Merge branch 'master' of https://github.com/adrienmalin/TETRIS3000
This commit is contained in:
commit
200e1df265
@ -2,5 +2,5 @@
|
||||
|
||||
[Downloads](https://github.com/adrienmalin/TETRIS3000/releases)
|
||||
|
||||
[Play in browser](https://adrienmalin.github.io/TETRIS3000/web/TETRIS3000.html)
|
||||
[Play in browser](https://adrienmalin.github.io/TETRIS3000/web/TETRIS3000.html) (Firefox recommanded)
|
||||
|
||||
|
@ -65,6 +65,8 @@
|
||||
* ================ */
|
||||
|
||||
#container {
|
||||
background-image: url("TETRIS3000.png");
|
||||
background-size: 100% 100%;
|
||||
display: inline-block; /* scale with canvas */
|
||||
vertical-align: top; /* prevent extra height */
|
||||
position: relative; /* root for absolutely positioned overlay */
|
||||
|
Loading…
x
Reference in New Issue
Block a user