-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
98 lines (74 loc) · 2.57 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Product</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="product">
<div>
<img src="https://img3.junaroad.com/uiproducts/17100752/zoom_0-1592827972.jpg" alt="">
<h4>By Saral Home</h4>
<p>Rs.1299</p>
</div>
<div>
<img src="https://img3.junaroad.com/uiproducts/18346559/zoom_0-1651066593.jpg" alt="">
<h4>By Home Sizzler</h4>
<p>Rs.1599</p>
</div>
<div>
<img src="https://img3.junaroad.com/uiproducts/18448198/zoom_0-1658908063.jpg" alt="">
<h4>By Alina Decor</h4>
<p>Rs.799</p>
</div>
<div>
<img src="https://img3.junaroad.com/uiproducts/18369469/zoom_0-1652448527.jpg" alt="">
<h4>By Eliante</h4>
<p>Rs.2499</p>
</div>
<div>
<img src="https://img3.junaroad.com/uiproducts/19116498/zoom_0-1672491348.jpg" alt="">
<h4>By Clarco</h4>
<p>Rs.699</p>
</div>
<div>
<img src="https://img3.junaroad.com/uiproducts/18473171/zoom_0-1661317244.jpg" alt="">
<h4>By Blanc9</h4>
<p>Rs.2499</p>
</div>
<div>
<img src="https://img3.junaroad.com/uiproducts/18365410/zoom_0-1652359414.jpg" alt="">
<h4>By Lakshya</h4>
<p>Rs.1999</p>
</div>
<div>
<img src="https://img3.junaroad.com/uiproducts/18081434/zoom_0-1637333606.jpg" alt="">
<h4>By Parth</h4>
<p>Rs.445</p>
</div>
<div>
<img src="https://img3.junaroad.com/uiproducts/18629172/zoom_0-1667400337.jpg" alt="">
<h4>By House of Quirk</h4>
<p>Rs.699</p>
</div>
<div>
<img src="https://img3.junaroad.com/uiproducts/18287413/zoom_0-1646668952.jpg" alt="">
<h4>By Blanc9</h4>
<p>Rs.249</p>
</div>
<div>
<img src="https://img3.junaroad.com/uiproducts/11655709/zoom_0-1473862975.jpg" alt="">
<h4>BySaral Home</h4>
<p>Rs.1999</p>
</div>
<div>
<img src="https://img3.junaroad.com/uiproducts/18591753/zoom_0-1665927174.jpg" alt="">
<h4>By Stylespace By Isha</h4>
<p>Rs.1999</p>
</div>
</div>
</body>
</html>