-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 1.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Grid Practice</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div id="main">
<div class="elem" id="elem1">
<div id="square"></div>
</div>
<div class="elem" id="elem2">
<h4>Menu</h4>
<h5>Home Page</h5>
<h5>Portfolio</h5>
<h5>Fashion Weak -©2021</h5>
<h5>News / Articles</h5>
<h5>Contact</h5>
<h6><i class="ri-menu-line"></i></h6>
</div>
<div class="elem" id="elem3">
<video autoplay loop muted src="video.mp4"></video>
</div>
<div class="elem" id="elem4">
<h1>Select</h1>
<h1>Fashion</h1>
<h1>Mod.05-</h1>
<h1>Scene</h1>
</div>
<div class="elem" id="elem5">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Corporis
perspiciatis, ipsam autem repellat illo quis sapiente magni?
</div>
<div id="arrow">
<i class="ri-arrow-right-line"></i>
</div>
</div>
</body>
</html>