broadfield-dev commited on
Commit
b6a40d1
·
verified ·
1 Parent(s): 18bd7bf

Update index.html

Browse files
Files changed (1) hide show
  1. 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: absolute;
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;