From a840990bdcabf45fb0d377478ba0ab27222434ae Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Mon, 23 Dec 2024 18:32:29 +0100 Subject: initial commit --- style.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..9a64319 --- /dev/null +++ b/style.css @@ -0,0 +1,30 @@ +body { + margin: 0; + background-color: grey; + width: 100%; + height: 100%; } + +img { + position: absolute; + top: 0; + left: 0; } + +.background { + position: inline; + width: 100%; + height: 100%; } + +#spawn { + position: relative; + top: 0; + left: 0; + width: 0; + height: 0; } + +#screen { + display: block; + overflow: hidden; + background-size: cover; + position: absolute; + top: 0; + left: 0; } -- cgit v1.2.3