From 0681cc8f9872b9b4e74ebb93be84b2bce4de9bf8 Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Fri, 25 Jan 2019 00:26:56 +0100 Subject: [PATCH] splashscreen --- web/TETRIS3000.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/TETRIS3000.html b/web/TETRIS3000.html index 1cd8c90..ec52df7 100644 --- a/web/TETRIS3000.html +++ b/web/TETRIS3000.html @@ -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 */