/* Add custom CSS styles below */
Barq tv
أفضل المنتجات بأسعار رائعة
تسوق الآن واستمتع بخصومات تصل إلى 50%
تسوق الآن
body {
font-family: Arial, sans-serif;
direction: rtl;
text-align: center;
margin: 0;
padding: 0;
background-color: #e6f7e6;
}
header {
background-color: #2e7d32;
color: white;
padding: 15px;
}
nav ul {
list-style: none;
padding: 0;
}
nav ul li {
display: inline;
margin: 0 15px;
}
nav ul li a {
color: white;
text-decoration: none;
font-size: 18px;
}
.hero {
background-color: #4caf50;
color: white;
padding: 50px 20px;
}
.hero h2 {
margin: 0;
font-size: 32px;
}
.hero p {
font-size: 18px;
margin: 10px 0;
}
.btn {
display: inline-block;
background-color: #388e3c;
color: white;
padding: 10px 20px;
margin-top: 10px;
text-decoration: none;
border-radius: 5px;
font-size: 16px;
}
.products {
padding: 40px 20px;
}
.product-grid {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}
.product {
background-color: white;
padding: 15px;
border-radius: 10px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
width: 250px;
}
.product img {
width: 100%;
border-radius: 10px;
}
.product h3 {
margin: 10px 0;
}
.product .price {
font-size: 18px;
color: #2e7d32;
font-weight: bold;
}
footer {
background-color: #2e7d32;
color: white;
padding: 15px;
margin-top: 20px;
}