-
Notifications
You must be signed in to change notification settings - Fork 0
/
landing.html
58 lines (56 loc) · 1.83 KB
/
landing.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
<!DOCTYPE html>
<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">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet" />
</head>
<body>
<div id="main">
<div class="top">
<div class="overlay">
<div class="text">
<h1>Images</h1>
<div class="image"></div>
<div class="rtext">
<p>Mesmerizing</p>
<p>Astonishing</p>
</div>
<div class="icons">
<i class="ri-twitter-fill"></i>
<i class="ri-instagram-fill"></i>
<i class="ri-facebook-fill"></i>
</div>
</div>
</div>
</div>
<div class="bottom">
<div class="b1">
<h1>Popular</h1>
<p>Imagination is more important than knowledge.</p>
</div>
<div class="b2">
<div class="up">
<h1>latest</h1>
<p>Failure is simply theb opportunity to begin again,this time more intelligently.
</p>
</div>
<div class="down">
<div class="overlay">
<h1>More...</h1>
</div>
</div>
</div>
<div class="b3">
<div class="overlay">
<p>Privacy Policies</p>
<p>Terms and Conditions</p>
<p>Contact Us</p>
</div>
</div>
</div>
</div>
</body>
</html>