-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct2.html
40 lines (40 loc) · 1.3 KB
/
product2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body style="background-color: lightgoldenrodyellow;">
<header style="height: 130px;"
style="background-color: brown;">
</header>
<div style="display: flex; gap: 30px;">
<div>
<img src="2.jpeg" style="border-radius: 20px;">
</div>
<div>
<h1 style="color: brown;">Raat ki Rani Espresso Instant Coffee Powder 100 gms</h1>
<p style="font-family: 'Times New Roman', Times, serif;">
<p style="color: red;"> Rs.: 799/-</p>
</p>
<h3 style="color: brown;">Key Feature </h3>
<ul>
<li>Freshness:Recently roasted and sealed</li>
<li>Aroma:Rich and inviting scent</li>
<li>Origin:High Quality</li>
</ul>
<h3 style="color: brown;">Ingredients</h3>
<ul>
<li>Roasted coffee beans</li>
<li>chichory</li>
<li>Flavours</li>
</ul>
<h3 style="color: brown;">Storage instructions</h3>
<ul>
<li>Keep it Airtight</li>
</ul>
</div>
</div>
</body>
</html>