Spaces:
Sleeping
Sleeping
Update index.html
Browse files- index.html +5 -3
index.html
CHANGED
|
@@ -26,13 +26,15 @@
|
|
| 26 |
height: 500px;
|
| 27 |
background: url(assets/tv.png) no-repeat center;
|
| 28 |
background-size: contain;
|
|
|
|
| 29 |
}
|
| 30 |
#game-container {
|
| 31 |
-
position:
|
| 32 |
width: 512px;
|
| 33 |
height: 390.25px;
|
| 34 |
-
left: 200px;
|
| 35 |
-
top: 46.75px;
|
|
|
|
| 36 |
}
|
| 37 |
#game-container canvas {
|
| 38 |
image-rendering: -moz-crisp-edges;
|
|
|
|
| 26 |
height: 500px;
|
| 27 |
background: url(assets/tv.png) no-repeat center;
|
| 28 |
background-size: contain;
|
| 29 |
+
align-content: center;
|
| 30 |
}
|
| 31 |
#game-container {
|
| 32 |
+
position: relative;
|
| 33 |
width: 512px;
|
| 34 |
height: 390.25px;
|
| 35 |
+
/* left: 200px; */
|
| 36 |
+
/* top: 46.75px; */
|
| 37 |
+
place-self: anchor-center;
|
| 38 |
}
|
| 39 |
#game-container canvas {
|
| 40 |
image-rendering: -moz-crisp-edges;
|