-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgame.css
68 lines (61 loc) · 1.15 KB
/
game.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: NewRodin;
src: url("newrodin/newrodin.otf") format("opentype");
}
canvas {
background-image: url("walls2.png");
filter: brightness(50%);
}
#canvas2 {
z-index: 99;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.glowing {
width: 50px;
height: 50px;
left: 50%;
right: 50%;
filter: brightness(200%);
}
body {
overflow: hidden;
}
.overlay {
-webkit-box-align: center;
-webkit-box-pack: center;
min-height: 100%;
background: -webkit-radial-gradient(rgba(255, 255, 255, 1),
rgba(255, 255, 255, 0.1) 0%,
rgba(0, 0, 0, 1));
bottom: 0;
display: -webkit-box;
left: 0;
padding: 20px;
padding-bottom: 130px;
position: fixed;
right: 0;
top: 0;
z-index: 10;
}
a {
font-size: 30px;
font-weight: bold;
font-family: NewRodin;
}
p {
font-size: 30px;
font-weight: bold;
font-family: NewRodin;
}
#confetti {
position: absolute;
top: 0;
left: 0;
width: 100%;
height:100%;
opacity: 50%;
}