-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (27 loc) · 1.16 KB
/
index.html
File metadata and controls
39 lines (27 loc) · 1.16 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
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Sunrise Mountains</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<img class="sun" src="sun.svg" alt="" />
<img class="mtn1 shadow-left" src="berg_3.svg" alt="" />
<img class="mtn2 shadow-right" src="berg_3.svg" alt="" />
<img class="mtn3 shadow-left" src="berg_1.svg" alt="" />
<img class="mtn4 shadow-left" src="berg_2.svg" alt="" />
<img class="mtn5 shadow-right" src="berg_1.svg" alt="" />
<img class="mtn6 shadow-right" src="berg_2.svg" alt="" />
<h1 class="headline"><span class="welcome">Welcome to</span>SUNRISE<br />MOUNTAINS</h1>
<!--<img class="tree1" src="tree_1.svg" alt="" />
<img class="tree3" src="tree_3.svg" alt="" />
<img class="tree4" src="tree_4.svg" alt="" />
<img class="tree2" src="tree_2.svg" alt="" />
<img class="tree2" src="tree_2.svg" alt="" />
<img class="tree3" src="tree_3.svg" alt="" />
<img class="tree1" src="tree_1.svg" alt="" />
<img class="tree4" src="tree_4.svg" alt="" />-->
</body>
</html>