-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
121 lines (99 loc) · 3.81 KB
/
index.html
File metadata and controls
121 lines (99 loc) · 3.81 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Amazon</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="navbar">
<div class="logo"></div>
<div class="search">
<div class="search_logo"></div>
<div class="items">
<select name="Items" >
<option></option>
<option>Women wear</option>
<option>Kid's wear</option>
<option>Men's wear</option>
<option>Festive wear</option>
<option>Special discount</option>
<option>Watches</option>
<option>Gadgets</option>
<option>Furniture</option>
<option>Grocery</option>
<option>Medicine</option>
<option>Sanitary ware</option>
<option>Personal care</option>
<option>Moisturizer</option>
<option>Towels and Napkins</option>
<option>Bicuits and cakes</option>
</select>Search Amazon </div>
</div>
<div class="login">Hello, login
Or Sign up
</div>
<div class="cart"></div>
<div class="returns">Returns
and Orders
</div>
</div>
<div class="add">
<pre>All Fresh MX Player Sell Best Sellers Today's Deal Mobile Customer Service Prime Electronics</pre>
</div>
<div class="AD">
<div class="pic1"></div>
<div class="pic2"></div>
<div class="pic3"></div>
</div>
<div class="categories">
<div class="home">
<pre>
Appliances for your home | Upto
55% off
<img src="home1.png" alt="home" style="height:180px">
<img src="home2.png" alt="home" style="height: 150px">
</pre>
</div>
<div class="business">
<pre>
Explore more from small
businesses
<img src="b1.png" alt="" style="height:150px;background-size: cover;"> <img src="b2.png" alt=""style="height:150px">
<img src="b3.png" alt=""style="height:170px"> <img src="b4.png" alt=""style="height:170px">
</pre>
</div>
<div class="saved">
<pre>
Deals on items you have saved
<img src="s1.png" alt=""style="height:180px"> <img src="s2.png" alt=""style="height:180px">
<img src="s3.png" alt=""style="height:180px"> <img src="s4.png" alt=""style="width:170px">
</pre>
</div>
</div>
<div class="category2">
<div class="headphones">
<pre> Headphones starting at Rs.143
<img src="head.png" alt="" style="height: 300px;">
</pre>
</div>
<div class="home2">
<pre>
Revamp your home with new style
<img src="r1.png" alt=""style="height:160px"> <img src="r4.png" alt=""style="height:160px">
<img src="r2.png" alt=""style="height:160px"> <img src="r3.png" alt=""style="height:160px">
</pre>
</div>
<div class="women">
<pre>
Try on the new traditional
collection
<img src="w1.png" alt=""style="height:160px"> <img src="w2.png" alt=""style="height:160px">
<img src="w3.png" alt=""style="height:160px"> <img src="w4.png" alt=""style="height:160px">
</pre>
</div>
</div>
</div>
</body>
</html>