forked from yancarlos4500/BrooklynHackers2015
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
37 lines (32 loc) · 699 Bytes
/
style.css
File metadata and controls
37 lines (32 loc) · 699 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
#Player{
position: absolute;
height: 150px;
width: 150px;
top: 300px;
left: 0px;
}
body{
background-image:url("https://premiumcoding.com/wp-content/uploads/2014/02/space-background1.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
overflow:hidden;
background-size:cover;
}
.asteroids{
position: absolute;
top: 0px;
height: 50px;
}
#gameover{
width:100%;
background-image:url("http://fotos.fotoflexer.com/3840588ba117ddfe8ab3aaed593366b4.jpg");
}
.playagain{
color: red;
text-align: right;
margin-top:300px;
font-size:500;
}
.playagain a{
color: green;