Mini Grocery
Welcome to the Best Online Store
Find the best products at unbeatable prices!
Featured Products
Product 1
$20.00
Product 2
$35.00
Shopping Cart
Your cart is empty.
My E-Commerce Store
Welcome to the Best Online Store
Find the best products at unbeatable prices!
Featured Products
Product 1
$20.00
Product 2
$35.00
Shopping Cart
Your cart is empty.
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
text-align: center;
}
header {
background: #333;
color: white;
padding: 15px;
}
nav ul {
list-style: none;
padding: 0;
}
nav ul li {
display: inline;
margin: 0 15px;
}
nav a {
color: white;
text-decoration: none;
}
.hero {
background: #f4f4f4;
padding: 50px 20px;
}
.products {
display: flex;
justify-content: center;
gap: 20px;
padding: 20px;
}
.product {
border: 1px solid #ddd;
padding: 10px;
width: 200px;
}
.product img {
width: 100%;
height: auto;
}
footer {
background: #333;
color: white;
padding: 10px;
margin-top: 20px;
}
Comments
Post a Comment