-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathother.css
More file actions
49 lines (47 loc) · 869 Bytes
/
other.css
File metadata and controls
49 lines (47 loc) · 869 Bytes
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
@import url("./warownia.css");
body {
margin: 0px;
}
ul {
list-style: none;
}
.text {
font-family: "Warownia", "Helvetica", sans-serif;
font-size: 32px;
padding: 8px;
margin: 0;
line-height: 72px;
}
#linegif {
position: absolute;
padding: 0;
margin: 0;
right: 0;
height: 100vh;
position: fixed;
right: 5vw;
z-index: -1;
image-rendering: pixelated;
}
.link {
font-family: "Warownia", "Helvetica", sans-serif;
font-size: 32px;
text-decoration: overline;
padding: 0;
margin: 0;
background-color: white;
line-height: 56px;
color: black;
}
#video {
min-height: 100%;
object-fit: fill;
}
#videobox {
height: 100vh;
overflow: hidden;
position: fixed;
z-index: -2;
top: 0;
}
/* this is the first bit of css I've made without help. it's hell */