-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
101 lines (88 loc) · 1.63 KB
/
styles.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
89
90
91
92
93
94
95
96
97
98
99
100
101
body {
background-image: url("background.jpg");
background-size: 1920px 1200px;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}
h1 {
margin-top: 21px;
color: rgb(255, 255, 255);
font-family: Helvetica;
font-size: 50px;
}
button {
background-color: #ffffff;
border: none;
color: rgb(32, 14, 136);
width: 240px;
height: 40px;
text-align: center;
text-decoration: none;
font-size: 20px;
border-radius: 8px;
font-family: Helvetica;
position: fixed;
margin-left: 10%;
}
#Start-asteriode-movement {
margin-top: 90px;
}
#Pause-asteriode-movement {
margin-top: 90px;
display:none;
}
#Restart-asteriode-movement {
margin-top: 140px;
display:none;
}
#Resume-asteriode-movement {
margin-top: 90px;
display:none;
}
#score{
font-family: Helvetica;
font-size: 20px;
color: rgb(255, 255, 255);
position:fixed;
margin-top: 120px;
text-align: right;
margin-left: 72%;
}
#highscore{
font-family: Helvetica;
font-size: 20px;
color: rgb(255, 255, 255);
position:fixed;
margin-top: 150px;
text-align: right;
margin-left: 72%;
}
#nivel{
font-family: Helvetica;
font-size: 20px;
color: rgb(255, 255, 255);
position:fixed;
margin-top: 90px;
text-align: right;
margin-left: 72%;
}
#gameover{
font-family: Helvetica;
font-size: 30px;
color: rgb(255, 255, 255);
position:fixed;
margin-top: 720px;
text-align: center;
margin-left: 44%;
display:none;
}
#controls{
font-family: Helvetica;
font-size: 20px;
color: rgb(255, 255, 255);
position:fixed;
margin-top: 250px;
text-align: left;
margin-left: 72%;
}