-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (41 loc) · 1.36 KB
/
index.html
File metadata and controls
41 lines (41 loc) · 1.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link
href="https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.css"
rel="stylesheet"/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="main">
<div id="left-top-left">
<div id="square"></div>
</div>
<div id="left-top-right">
<h4>Menu</h4>
<h5>HOME PAGE</h5>
<h5>Fashoin weak</h5>
<h5>News/Article</h5>
<h5>Contact</h5>
</div>
<div id="left-center">
<h1 id="a">SELECT</h1>
<h1 id="b">FASHION</h1>
<h1 id="c">MOD.05-</h1>
<h1 id="d">SCENE</h1>
</div>
<div id="left-bottom">
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Dolore sunt illo accusantium vero qui doloremque illum nisi, iste, quasi necessitatibus animi amet commodi error impedit quibusdam, vitae provident maxime odit.</p>
</div>
<div id="right">
<video autoplay muted loop src="./61299-498228517_small.mp4"></video>
</div>
<div id="arrow">
<i class="ri-arrow-right-line"></i>
</div>
</div>
</body>
</html>