-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (75 loc) · 1.54 KB
/
index.html
File metadata and controls
90 lines (75 loc) · 1.54 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
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html>
<head>
<title>//// LI //// MOTORSAW ////</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
body {
background-image: url('img/4-nologo.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: left;
background-color:black;
font-family:Roboto;
color: darkgray;
text-align: center;
}
.stationary {
mix-blend-mode: soft-light;
}
.bub {
mix-blend-mode: difference;
}
h1 {
font-size: 7em;
color: white;
}
h2 {
font-size: 2.5em;
color: darkgray;
}
h4 {
font-size: 2em;
color: darkgray;
}
a:link {
color: darkgray;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: darkgray;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: white;
background-color: transparent;
text-decoration: none;
}
a:active {
color: darkgray;
background-color: transparent;
text-decoration: underline;
}
</style>
</head>
<body>
<div class="stationary">
<H1>LI //// MOTORSAW</H1>
</div>
<div class="bub">
<h2>LIVE 2021</h2>
<h4>
<a href="https://fb.me/e/1PXabs8gd" target="_blank">October 29 - Musikbiblioteket, Odense</a>
<br>
<a href="https://fb.me/e/UW0HzDBK" target="_blank">October 30 - 1000fryd, Aalborg</a>
<br>
<a href="https://fb.me/e/1eoO5njaX" target="_blank">November 3 - Mayhem, Copenhagen</a>
<br>
<a href="https://fb.me/e/16yhFG2GN" target="_blank">November 6 - Basement, Copenhagen</a>
<br>
</h4>
</div>
</body>
</html>