Garmets Store
Welcome to Our Garmets Store
Shop the best quality clothes at affordable prices.
Featured Products
Men's T-shirt
$20
Women's Dress
$35
Kids' Hoodie
$15
/* Basic styles for the page */
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
/* Header Styling */
header {
background-color: #333;
color: white;
padding: 10px;
text-align: center;
}
header nav ul {
list-style-type: none;
margin: 0;
padding: 0;
}
header nav ul li {
display: inline;
margin-right: 20px;
}
header nav ul li a {
color: white;
text-decoration: none;
}
/* Hero Section */
.hero {
background-color: #333;
color: white;
padding: 50px;
text-align: center;
}
/* Products Section */
.products {
display: flex;
justify-content: space-around;
margin: 20px;
}
.product-card {
background-color: white;
border: 1px solid #ccc;
padding: 20px;
text-align: center;
width: 200px;
}
.product-card img {
max-width: 100%;
height: auto;
}
button {
background-color: #333;
color: white;
border: none;
padding: 10px;
cursor: pointer;
}
button:hover {
background-color: #555;
}
/* Footer */
footer {
text-align: center;
padding: 10px;
background-color: #333;
color: white;
}
অর্ডিনারি আইটির নীতিমালা মেনে কমেন্ট করুন। প্রতিটি কমেন্ট রিভিউ করা হয়।
comment url