-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (37 loc) · 1016 Bytes
/
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
<!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 rel="stylesheet" href="style.css">
</head>
<body>
<div id="main">
<div id="nav">
<img src="https://www.chungiyoo.com/img/faces/smile%2001.svg">
<h5> Proso</h5>
</div>
<div id="part1"></div>
<div id="part2">
<div id="overlay">
</div>
</div>
<div id="part3"></div>
<div id="text">
<h1>Bringing models to life.</h1>
<h1>Crafting unforgettable visuals.</h1>
<h1>Elevate your brand with iconic styles.......!</h1>
<button>
Explore...
</button>
</div>
<div id="sm-img">
<div id="overlay-in"></div>
</div>
<div id="vtext">
<h1>Selection Winter</h1>
</div>
</div>
</body>
</html>