-
Notifications
You must be signed in to change notification settings - Fork 0
/
product1.html
138 lines (115 loc) · 4.01 KB
/
product1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html>
<head>
<title>Product Details</title>
<style>
body {
font-family: Arial, sans-serif;
background-image: url(images/spices.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
margin: 0;
padding: 20px;
}
.container {
max-width: 800px;
margin: 0 auto;
background-color: #fff;
padding: 20px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}
.container h1 {
text-align: center;
color: #333;
margin-bottom: 20px;
}
.container .product-image {
text-align: center;
margin-bottom: 20px;
}
.container .product-details {
margin-bottom: 20px;
}
.container .product-title {
font-size: 24px;
color: #333;
margin: 0;
text-align: center;
margin-bottom: 10px;
}
.container .product-description {
color: #777;
margin: 10px 0;
}
.container .product-description b {
font-weight: bold;
}
.container .product-price {
font-size: 20px;
color: #333;
margin: 0;
text-align: center;
}
h1 {
text-align: center;
color: #333;
}
.product-image {
text-align: center;
}
img {
max-width: 100%;
height: auto;
margin-bottom: 20px;
}
.product-details {
margin-bottom: 20px;
}
.product-title {
font-size: 24px;
color: #333;
margin: 0;
}
.product-description {
color: #777;
margin: 10px 0;
}
.product-price {
font-size: 20px;
color: #333;
margin: 0;
}
</style>
</head>
<body>
<div class="container">
<h1>Shenga Lasun Chutney</h1>
<div class="product-image">
<img src="images/shenga_lasun5.png" alt="Product Image" style="width: 600px; height: 400px;">
</div>
<div class="product-details">
<h2 class="product-title"></h2><br><br>
<p class="product-description">
Experience the bold and fiery flavors of our Shenga Lasun Chutney, a tantalizing blend of roasted groundnuts, aromatic spices, and pungent garlic. This traditional dry chutney packs a punch and adds a burst of flavor to your meals.
<br>
<b>Features:</b>
<p class="product-description">1. Authentic Recipe: Our Shenga Lasun Chutney is made using an authentic recipe that has been perfected over generations, ensuring an irresistible taste that captures the essence of traditional flavors.
</p>
<p class="product-description">2. Roasted Groundnuts: Enjoy the delightful crunch and nutty goodness of roasted groundnuts, which are carefully selected to provide the perfect texture and flavor.
</p>
<p class="product-description">3. Pungent Garlic: Indulge in the intense and aromatic notes of garlic, which add depth and a distinct kick to the chutney.
</p>
<p class="product-description">4. Aromatic Spices: Delight your taste buds with a well-balanced blend of aromatic spices, carefully chosen to enhance the overall taste and create a harmonious flavor profile.</p>
<p class="product-description">5. Quick and Convenient: Our ready-to-use chutney saves you time and effort in the kitchen, allowing you to enjoy the delectable flavors without any hassle.
</p>
<p class="product-description">6. Homemade Goodness: We take pride in crafting our Shenga Lasun Chutney with the finest ingredients, ensuring a homemade taste that brings joy and satisfaction to every bite.</p>
<p class="product-description">Indulge in the fiery and flavorsome delight of our Shenga Lasun Chutney, and let your taste buds savor the perfect balance of roasted groundnuts, pungent garlic, and aromatic spices. Whether you crave a spicy kick or want to enhance the taste of your favorite dishes, this versatile chutney is sure to add a tantalizing twist to your culinary creations.</p>
</p><br><br>
<p class="product-price">INR 250/kg</p><br><br>
<!-- <p class="product-description">Order <a href="https://google.com">Product Name</a> </p> -->
</div>
</div>
</body>
</html>