-
Notifications
You must be signed in to change notification settings - Fork 0
/
product6.html
150 lines (125 loc) · 4.56 KB
/
product6.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
139
140
141
142
143
144
145
146
147
148
149
150
<!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>Javas Chutney</h1>
<div class="product-image">
<img src="images/javas_chutney_4.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">
Enhance your meals with the delightful and aromatic Javas Chutney. Made from the finest ingredients, this chutney is a perfect blend of Javas (flaxseeds) and flavorful spices, offering a unique taste that will elevate your dining experience.
</p>
<br>
<b>Features:</b>
<p class="product-description">
1. Rich Flavors: Experience the nutty and earthy flavors of Javas (flaxseeds) combined with a harmonious blend of spices. The result is a chutney that is both robust and aromatic, adding a burst of flavor to your favorite dishes.
</p>
<p class="product-description">
2. Nutritional Benefits: Javas Chutney is not only delicious but also packed with nutritional goodness. Flaxseeds are a rich source of omega-3 fatty acids, fiber, and other essential nutrients, making this chutney a healthy addition to your meals.</p>
<p class="product-description">
3. Handcrafted with Care: Our Javas Chutney is carefully handcrafted using traditional methods to ensure the highest quality and authentic taste. Each batch is made with precision and attention to detail, resulting in a chutney that is full of flavor and made with love.
</p>
<p class="product-description">
4. All-Natural Ingredients: We source the finest quality Javas (flaxseeds) and spices to create our chutney. It contains no artificial preservatives, colors, or flavors, allowing you to enjoy the pure and natural taste of the ingredients.
</p>
<p class="product-description">
5. Exquisite Taste: With its unique blend of Javas (flaxseeds) and spices, Javas Chutney offers a distinct and satisfying taste. The combination of flavors creates a balance between mild heat, tanginess, and nuttiness, ensuring a memorable culinary experience.
</p>
<p class="product-description">
6. Quality Assurance: Our Javas Chutney undergoes strict quality checks to ensure that you receive a product of the highest standards. We take pride in delivering a chutney that not only tantalizes your taste buds but also meets your expectations of quality and freshness.
</p>
<br>
<p class="product-description">
Add a touch of flavor and nutrition to your meals with Javas Chutney. Whether you're enjoying it with your favorite snacks, this chutney will take your culinary adventures to new heights. Experience the goodness of Javas (flaxseeds) and spices in every spoonful and savor the delightful taste that this chutney brings to your table.
</p>
<p class="product-price">INR 320/kg</p><br><br>
<!-- <p class="product-description">Order <a href="https://google.com">Product Name</a> </p> -->
</div>
</div>
</body>
</html>