-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (50 loc) · 2.02 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="icon" href="relax.ico">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Jura:wght@700&display=swap" rel="stylesheet">
</head>
<body>
<div id="btn-container">
<button id="btn"><a href="rain/rain.html">Rain</a></button>
<button id="btn"><a href="forest/forest.html">Forest</a></button>
<button id="btn"><a href="nature/nature.html">Birds</a></button>
<button id="btn"><a href="fire/fire.html">Fireplace</a></button>
<button id="btn"><a href="space/space.html">Starry Sky</a></button>
<button id="btn"><a href="matrix/matrix.html">Matrix</a></button>
</div>
<br>
<section>
<div class="angel"></div>
<div class="circle">
<span style="--i:1;">R</span>
<span style="--i:2;">e</span>
<span style="--i:3;">l</span>
<span style="--i:4;">a</span>
<span style="--i:5;">x</span>
<span style="--i:6;"> </span>
<span style="--i:7;">T</span>
<span style="--i:8;">a</span>
<span style="--i:9;">k</span>
<span style="--i:10;">e</span>
<span style="--i:11;"> </span>
<span style="--i:12;">i</span>
<span style="--i:13;">t</span>
<span style="--i:14;"> </span>
<span style="--i:15;">e</span>
<span style="--i:16;">a</span>
<span style="--i:17;">s</span>
<span style="--i:18;">y</span>
<span style="--i:19;"> </span>
<span style="--i:20;"> </span>
</div>
</section>
</body>
</html>