-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAliens.css
88 lines (74 loc) · 1.34 KB
/
Aliens.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
@font-face {
font-family: "Commodore";
src: url("CommodorePixelized.ttf");
}
.none{
display: none;
}
#myCanvas{
background-color: black;
}
#button1{
background-color: black;
border-color: white;
color: white;
font-family: "Commodore";
height: 40px;
font-size: 20px;
}
#button2{
background-color: black;
border-color: black;
color: white;
font-family: "Commodore";
height: 20px;
font-size: 15px;
}
#title{
text-align: center;
color: white;
font-family: 'Commodore';
}
#title3{
line-height: 200px;
text-align: center;
color: white;
font-family: 'Commodore';
color: red;
width: 700px;
height: 315px;
font-size: 30px;
}
#text{
color: white;
font-family: 'Commodore';
font-size: 15px;
}
#checkbox1{
text-align: center;
color: white;
font-family: 'Commodore';
}
#highScore{
color: white;
font-family: 'Commodore';
font-size: 20px;
text-align: center;
}
#text2{
color: white;
font-family: 'Commodore';
font-size: 15px;
text-decoration: none;
}
#title2{
text-align: center;
color: white;
font-family: 'Commodore';
font-size: 20px;
}
body{
padding: 0px;
margin: 0px;
background-color: black;
}