-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgame.css
More file actions
44 lines (43 loc) · 870 Bytes
/
game.css
File metadata and controls
44 lines (43 loc) · 870 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
/* .enemy { */
/* color: red; */
/* background-color: black; */
/* font-size:12px; */
/* border: 1px solid red; */
/* text-align: center; */
/* } */
/* .playerMissiles{ */
/* text-align:center; */
/* border: 1px solid green; */
/* font-size:24px; */
/* color:green; */
/* background-color:black; */
/* } */
.number{
color:green;
}
#welcomeScreen, #helpScreen {
width: 700px;
height: 250px;
position: absolute;
z-index: 100;
background-image: url(beetleblaster_logo_glow_text.png);
font-family: verdana, sans-serif;
color: white;
}
#helpScreen {
background-image: url(beetleblaster_logo_glow.png);
}
#loadingBar{
position: relative;
left: 100px;
height: 15px;
width: 0px;
background: white;
}
#controls div {
margin: 5px 30px;
padding: 5px 10px;
border: 1px solid white;
background-color: black;
color: white;
}