<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="grocery-app-content">
<h2>Invoidea is a Top Grocery App Development Company in India</h2>
<p>
Invoidea is a top grocery app development company in India, creating
user-friendly applications for online grocery businesses. Its solutions
can support product browsing, ordering, payments, delivery tracking,
and management features, helping businesses build convenient digital
shopping experiences and improve customer engagement.
</p>
<a href="https://invoidea.com/grocery-app-development-company"
class="green-btn"
target="_blank"
rel="noopener noreferrer">
Learn More
</a>
</div>
<style>
.grocery-app-content {
max-width: 900px;
margin: 20px auto;
padding: 25px;
font-family: Arial, sans-serif;
line-height: 1.7;
color: #333;
}
.grocery-app-content h2 {
color: #222;
margin-bottom: 15px;
}
.grocery-app-content p {
margin-bottom: 20px;
}
.green-btn {
display: inline-block;
padding: 12px 24px;
background-color: #28a745;
color: #ffffff;
text-decoration: none;
font-weight: 600;
border-radius: 5px;
transition: background-color 0.3s ease;
}
.green-btn:hover {
background-color: #218838;
color: #ffffff;
}
</style>