From a23ea2e014d140dbe9c090e6cf7d55906480c260 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Sun, 10 Apr 2022 18:02:10 -0600 Subject: Cool background --- styles/style.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'styles/style.css') diff --git a/styles/style.css b/styles/style.css index 7142e28..7cfa5c7 100644 --- a/styles/style.css +++ b/styles/style.css @@ -1,16 +1,25 @@ body { margin: 0; font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace; + background-image: url("/assets/image/background.gif"); + background-size: cover; + image-rendering: pixelated; } +.canvas-holder { + padding-top: 4vh; + padding-bottom: 4vh; +} .canvas-holder canvas { padding: 0; margin: auto; display: block; - height: 100vh; + height: 90vh; width: auto; + border: 3px solid grey; + border-radius: 5px; max-width: 100%; - background-color: black; + background-color: rgba(0, 0, 0, 0.95); } .game-hud { -- cgit v1.2.3-70-g09d2