-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
71 lines (60 loc) · 973 Bytes
/
style.css
File metadata and controls
71 lines (60 loc) · 973 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
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
canvas {
background-color: goldenrod;
}
.btn {
font-size: 20px;
}
#initial-screen {
text-align: center;
}
#pause {
text-align: center;
position: relative;
bottom: 280px;
right: -14px;
}
#restart {
text-align: center;
position: relative;
bottom: 130px;
left: 275px;
}
#reinitate-game {
text-align: center;
position: relative;
bottom: 130px;
left: 275px;
}
#score {
text-align: center;
position: relative;
bottom: 500px;
left: 572px;
color: blueviolet;
}
#level {
text-align: center;
position: relative;
bottom: 468px;
left: 500px;
color: blueviolet;
}
.screen {
border: 5px solid red;
width: 670px;
height: 560px;
overflow: hidden;
background-color: goldenrod;
}
.message {
position: relative;
bottom: 65px;
left: 260px;
font-size: 45px;
font-style: italic;
color: coral;
}
.img {
width: 670px;
height: 560px;
}