-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (64 loc) · 2.11 KB
/
index.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>landing_page</title>
<link rel="stylesheet" href="style.css">
</head>
<body background="">
<img src="top1.jpg" class="pre" width="100%" height="200px">
<div class="heading">
<h1 class="head">CLO-</h1>
<h1 class="head2">FIT</h1>
<ul>
<li class="search">search ⌕</li>
<li>log in |</li>
<li> about us </li>
</ul>
</div>
<hr>
<div class="content">
<img src="top2.jpg" class="previewimg" width="auto" height="25%">
<div class="preimgtxt">
<center><h3>BRAND NEW</h3>
<h1 class="summertxt">SUMMER COLLECTIONS</h1>
</center>
</div>
</div>
<div>
<div class="previewtxt1">shirts</div>
<div class="previewtxt2">suits</div>
<div class="previewtxt3">shoes</div>
<div class="previewtxt4">fragrances</div>
<img src="img1.jpg" class="img1" height="300px" width="200px" alt="">
<img src="img2.jpg" class="img2" height="300px" width="200px" alt="">
<img src="img3.jpeg" class="img3" height="300px" width="200px" alt="">
<img src="img4.jpeg" class="img4" height="300px" width="200px" alt="">
<h3 class="offer1">50% offer on shirts</h3>
<h3 class="offer2">40% offer on suits</h3>
<h3 class="offer3">60% offer on shoes</h3>
<h3 class="offer4">50% offer on fragrance</h3>
</div>
<div class="of">
<img src="f2.jpg " width="auto" height="auto" class="f1" alt="">
<img src="f1.jpg " width="auto" height="auto" class="f2" alt="">
<div class="c">
<h1 class="c1">GET 50% OFF </h1>
<h1 class="c2">ER on NEW ARRIVAL</h1>
<h2 class="c3">new arrival →</h2>
</div>
<hr class="hrl">
<div class="endtxt">
<h2>free delivery</h2>
<h2>cash on delivery</h2>
<h2>(7days)return policy</h2>
</div>
<img class="cod1" src="frdelivery.png" height="50px" width="50px" alt="">
<img class="cod2" src="cod.jpg" height="50px" width="50px" alt="">
<img class="cod3" src="ret.jpg" height="50px" width="50px" alt="">
</div>
<div class="end">
<img src="top1.jpg" width="100%" height="30%" alt="">
</div>
</body>
</html>