-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path25-11.html
More file actions
41 lines (40 loc) · 1.34 KB
/
25-11.html
File metadata and controls
41 lines (40 loc) · 1.34 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>rit</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="main">
<div class="elem" id="left-top-left">
<div id="left"></div>
</div>
<div class="elem" id="left-top-right">
<h4>Menu</h4>
<h5>Home page </h5>
<h5>Portfolio</h5>
<h5>Fashion week-©️2021</h5>
<h5>News/articles</h5>
<h5>Contact</h5>
<h6>≣</i></h6>
</div>
<div class="elem" id="right">
<video autoplay loop muted src="./06a5cefe8402b5544c906367fd93ceef.mp4"></video>
</div>
<div class="elem" id="center">
<h1> Select</h1>
<h1>Fashion</h1>
<h1> Mod.05 —</h1>
<h1>Scene</h1>
</div>
<div class="elem" id="bottom">
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Nostrum asperiores eos, inventore porro temporibus nihil quibusdam veniam rerum, deserunt quae amet suscipit aut fuga quas expedita unde vel esse natus.</p>
</div>
<div id="arrow">
<h3>→</h3>
</div>
</div>
</body>
</html>