-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
<title>Anant | Product Store</title>
<style>
body {
font-family: sans-serif;
margin: 0;
background: #f4f4f4;
}
header {
background-color: #222;
color: white;
text-align: center;
padding: 1rem 0;
}
.container {
display: flex;
justify-content: center;
padding: 2rem;
flex-wrap: wrap;
}
.card {
background: white;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
width: 300px;
margin: 1rem;
overflow: hidden;
}
.card img {
width: 100%;
height: auto;
}
.card-body {
padding: 1rem;
text-align: center;
}
.card-body h3 {
margin: 0.5rem 0;
}
.price {
color: green;
font-weight: bold;
}
.btn {
display: inline-block;
margin-top: 1rem;
padding: 10px 20px;
background-color: #25d366;
color: white;
text-decoration: none;
border-radius: 5px;
transition: background 0.3s;
}
.btn:hover {
background-color: #1da851;
}
</style>
Anant Store
Simple Product Catalog
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
