-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
54 lines (54 loc) · 1.3 KB
/
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
body {
background-color: black;
font-family: "Courier New", Courier, monospace
}
#gameCanvas {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
bottom: 0px;
right: 0px;
border: 0px;
background-color: black;
}
h1 {
color: lightblue;
font-weight: normal;
}
a {
color: lightblue;
}
.title {
background-color: none;
text-align: center;
font-size: 100%;
float: center;
color: gray;
position: absolute;
left: 10%;
right: 10%;
top: 0%;
height: 10%;
}
.footer {
background-color: none;
text-align: center;
float: center;
color: white;
position: absolute;
margin-top: 10px;
left: 10%;
right: 10%;
top: 90%;
bottom: 10%;
}
.gameContainer {
background-color: none;
position: absolute;
left: 10%;
right: 10%;
top: 70px;
bottom: 70px;
}