splashscreen

This commit is contained in:
adrienmalin 2019-01-25 00:26:56 +01:00 committed by GitHub
parent a8e94191bc
commit 0681cc8f98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */