-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
executable file
·107 lines (86 loc) · 1.83 KB
/
stylesheet.css
File metadata and controls
executable file
·107 lines (86 loc) · 1.83 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
#preloaded-font {
font-family: '8bit_wonder';
opacity:0;
height:0;
width:0;
display:inline-block;
}
h1 {
font-family: '8bit_wonder';
color: white;
font-size: 60px;
position: absolute;
bottom: 500px;
left: 155px;
font-weight: 100;
text-shadow: 0px 0px 60px rgba(164, 204, 244, 0.5), 1px 1px 0px #84B0A0, 2px 2px 0px #84B0A0, 3px 3px 0px #84B0A0, 4px 4px 0px #84B0A0;
}
#game-end {
font-size: 38px;
left: 105px;
bottom: 450px;
display: none;
}
.wasd-img {
position: absolute;
width: 150px;
margin-left: 6%;
top: 420px;
}
h2, h3, li {
font-family: '8bit_wonder';
position: absolute;
color: white;
}
h2 {
font-size: 15px;
top: 400px;
left: 535px;
width: 260px;
}
li {
list-style: none;
top: -170px;
left: 520px;
position: relative;
}
#controls {
left: 100px
}
h3 {
font-size: 14px;
top: 535px;
left: 70px;
}
.github-link {
width: 35px;
display: inline-block;
top: 620px;
position: absolute;
left: 390px;
}
.github-img {
width: 35px;
}
.easy {
text-shadow: 0px 0px 60px rgba(164, 204, 244, 0.5), 1px 1px 0px #0b335b, 1px 1px 0px #0b335b, 2px 2px 0px #0b335b, 3px 3px 0px #0b335b;
}
.medium {
text-shadow: 0px 0px 60px rgba(164, 204, 244, 0.5), 1px 1px 0px #84B0A0, 1px 1px 0px #84B0A0, 2px 2px 0px #84B0A0, 3px 3px 0px #84B0A0;
}
.hard {
text-shadow: 0px 0px 60px rgba(164, 204, 244, 0.5), 1px 1px 0px #800000, 1px 1px 0px #800000, 3px 3px 0px #800000, 3px 3px 0px #800000;
}
#li4 {
text-shadow: 0px 0px 60px rgba(164, 204, 244, 0.5), 1px 1px 0px red, 1px 1px 0px red, 3px 3px 0px red, 3px 3px 0px red;
}
ul {
position: absolute;
}
@font-face {
font-family: '8bit_wonder';
src: url('./fonts/8-bit_wonder-webfont.woff') format('woff'),
url('./fonts/8-bit_wonder-webfont.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}