-
Notifications
You must be signed in to change notification settings - Fork 0
/
cloths.php
76 lines (71 loc) · 3.4 KB
/
cloths.php
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
<!DOCTYPE html>
<html>
<head>
<title>ShopMe</title>
<link rel="stylesheet" type="text/css" href="css/responsive_styles.css">
</head>
<body>
<!-- The main div starts here-->
<div class="main">
<!-- Div of a first product starts here -->
<div class="container">
<!-- This div contains Image and the Price of product -->
<div class="box">
<!-- Image div starts here-->
<div class="img">
<img src="img/lg1.jpg"> <!-- image reference -->
</div>
<!-- this div contains price -->
<div class="price">₹ 55 <br><a href="#"><span style="font-size: 22px;">add to cart</span></a> <!--Add to cart ko reference-->
</div>
</div>
<!-- This div contains the product details -->
<div class="content">
<!-- The next div contains the details -->
<div class="details"> Yo part chai details ho
</div>
</div>
</div>
<!-- Div of next product second starts here -->
<div class="container">
<!-- This div contains Image and the Price of product -->
<div class="box">
<!-- Image div starts here-->
<div class="img">
<img src="img/iron.jpg"> <!-- image reference -->
</div>
<!-- this div contains price -->
<!--Add to cart ko reference-->
<div class="price"> ₹ 55 <br><a href="#"><span style="font-size: 22px;">add to cart</span></a>
</div>
</div>
<!-- This div contains the product details -->
<div class="content">
<!-- The next div contains the details -->
<div class="details"> yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai
</div>
</div>
</div>
<!-- Div of next product second starts here -->
<div class="container">
<!-- This div contains Image and the Price of product -->
<div class="box">
<!-- Image div starts here-->
<div class="img">
<img src="img/iron.jpg"> <!-- image reference -->
</div>
<!-- this div contains price -->
<!--Add to cart ko reference-->
<div class="price"> ₹ 55 <br><a href="#"><span style="font-size: 22px;">add to cart</span></a>
</div>
</div>
<!-- This div contains the product details -->
<div class="content">
<!-- The next div contains the details -->
<div class="details"> yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai yo chai k detail part ho hai
</div>
</div>
</div>
</div> <!-- main div ends here. Copy from start to this line to create products for next line -->
</body>
</html>