-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
120 lines (98 loc) · 1.56 KB
/
Copy pathstyle.css
File metadata and controls
120 lines (98 loc) · 1.56 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
108
109
110
111
112
113
114
115
116
117
118
119
120
body {
background-image: url('http://static.comicvine.com/uploads/original/11115/111157776/4011903-spaceship_interior_05ggbig.jpg');
cursor: url('https://cdn3.iconfinder.com/data/icons/objects/512/Sniper_B-128.png'), auto;
}
h1{text-align:center;
font-size:55px;
color:#0246C6;}
#boatpic {
width: 40%;
height:20%;
float:right;
margin:20px}
#alienpic {width:35%;
margin:10px;}
p{color:green;
text-align:center;
font-size:20px}
button{font-size:80px;
display: block;
margin: auto;
}
.enemies{width:10%;}
button:hover{background:red;}
h2{color:purple;
text-align:center;
font-size:20px;
}
h2:hover{background:red;}
/* aliens */
#alien1 {
position: absolute;
top: 500px;
left: 580px;
}
#alien2 {
position: absolute;
top: 400px;
left: 540px;
}
#alien3 {
position: absolute;
top: 390px;
right:560px;
}
#alien4 {
position: absolute;
top: 350px;
left: 550px;
}
#alien5 {
position: absolute;
top: 400px;
right: 600px;
}
#alien6 {
position: absolute;
top: 420px;
right: 590px;
}
#alien7 {
position: absolute;
top: 290px;
left: 590px;
}
#alien8 {
position: absolute;
top: 460px;
right: 570px;
}
#alien9 {
position: absolute;
top: 490px;
left: 560px;
}
#gun{position:absolute;
top:400px;
left:600px;
height:40%;
width:20%;
}
h3{color:green;
font-size:30px;
border-style:solid;
border-color:blue;
text-align:center;
}
#boss:hover{background:green;
text-align:center}
#crown{width:5%;
height:8%;
position:absolute;
top:470px;
left:600px;}
#gameover{font-size:200px;
color:blue;}
h2, a:visited {
color:#FEF71F ;
}