Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -12,6 +12,7 @@ body, html {
|
|
12 |
align-items: center;
|
13 |
background-color: #000;
|
14 |
overflow: hidden;
|
|
|
15 |
}
|
16 |
|
17 |
.game-container {
|
@@ -62,7 +63,6 @@ body, html {
|
|
62 |
left: 10px;
|
63 |
color: #fff;
|
64 |
font-size: 24px;
|
65 |
-
font-family: 'Arial', sans-serif;
|
66 |
}
|
67 |
|
68 |
#game-over {
|
@@ -72,6 +72,5 @@ body, html {
|
|
72 |
transform: translate(-50%, -50%);
|
73 |
color: #fff;
|
74 |
font-size: 48px;
|
75 |
-
font-family: 'Arial', sans-serif;
|
76 |
display: none;
|
77 |
}
|
|
|
12 |
align-items: center;
|
13 |
background-color: #000;
|
14 |
overflow: hidden;
|
15 |
+
font-family: 'Arial', sans-serif;
|
16 |
}
|
17 |
|
18 |
.game-container {
|
|
|
63 |
left: 10px;
|
64 |
color: #fff;
|
65 |
font-size: 24px;
|
|
|
66 |
}
|
67 |
|
68 |
#game-over {
|
|
|
72 |
transform: translate(-50%, -50%);
|
73 |
color: #fff;
|
74 |
font-size: 48px;
|
|
|
75 |
display: none;
|
76 |
}
|