-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.36 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="main.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Sun and My Room</title>
<link rel="icon" href="images/circle.ico">
</head>
<body>
<div class="container-outer">
<div class="background">
<!-- <img src="images/Grain.png" alt="grain" class="grain"> -->
<img src="images/circle-blur.png" alt="orange blur" class="background-circle">
</div>
<div class="foreground">
<div class="container-inner">
<img src="images/waves-and-sun.png" alt="door shape masked wave" class="door">
</div>
<a href="explore.html">
<button type="button" class="button">Explore</button>
</a>
<div class="sun">
<h3>th<em>e</em></h3>
<h1>Sun</h1>
</div>
<div class="room">
<h3><em>a</em>nd <em>m</em>y</h3>
<h1>Room</h1>
</div>
</div>
</div>
</body>
</html>