-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (55 loc) · 2.46 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
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="css/styles.css">
<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>Ja, vi elsker dette landet</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
body {
font-family: 'Great Vibes', cursive;
font-size: 2rem;
margin: 0 ;
padding: 0;
}
.container {
/* Picture taken by Marius Schmidt from Pexels */
background-image: url('./bkg1.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
overflow: hidden;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.audio {
position: absolute;
top: 1em;
right: 1em;
}
</style>
</head>
<body>
<div class="audio">
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/album/7sE4zDDMK9n4SwuXe8Q1SJ?utm_source=generator&theme=0" width="400" height="80" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"></iframe>
</div>
<div class="container">
<h1>Ja, vi elsker dette landet</h1>
<svg name="hidden-frame" viewBox="0,0,222,162" widt=444 height=364>
<rect x="1" y="1" width="220" height="160" style=" fill:white; stroke:rgb(0, 0, 0); stroke-width: 0;" />
<rect x="1" y="1" width="60" height="60" style=" fill:#BA0C2F; stroke:#BA0C2F;" />
<rect x="101" y="1" width="120" height="60" style=" fill:#BA0C2F; stroke:#BA0C2F;" />
<rect x="101" y="101" width="120" height="60" style=" fill:#BA0C2F; stroke:#BA0C2F;" />
<rect x="1" y="101" width="60" height="60" style=" fill:#BA0C2F; stroke:#BA0C2F;" />
<rect x="71" y="1" width="20" height="160" style=" fill:#00205B; stroke:#00205B;" />
<rect x="1" y="71" width="220" height="20" style=" fill:#00205B; stroke:#00205B;" />
<rect x="1" y="1" width="220" height="160" style=" fill:rgba(0, 0, 0, 0); stroke:rgb(0, 0, 0); stroke-width: 1;" />
</svg>
</div>
</body>
</html>