-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
69 lines (57 loc) · 963 Bytes
/
style.css
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
@font-face {
font-family: "Press Start 2P";
src: url(https://assets.samsilver.ca/zombie-arcade/PressStart2P-Regular.woff);
}
/* :root {
background-color: black;
} */
body {
margin: 0;
font-family: "Press Start 2P";
color: #ffffff;
}
.no-js {
height: 100vh;
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.no-js > a {
color: #5a73f2;
}
.no-js > div > a {
color: #5a73f2;
}
.no-js > div > a:hover {
color: #ff0000;
}
a {
color: #ffffff;
}
a:hover {
color: #ff0000;
}
#container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
}
/*
canvas {
border-radius: 10px;
} */
.input-name {
position: absolute;
text-transform: uppercase;
color: #c7383c;
background-color: #ffffff;
outline: none;
border: 4px solid #c7383c;
padding: 5px;
text-align: center;
font-family: "Press Start 2P";
z-index: 100;
}