From 4d7e908f736d0f604336f31434402d65b5aae956 Mon Sep 17 00:00:00 2001 From: CrazyH <87752773+CrazyH2@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:03:13 +0000 Subject: [PATCH] update styles --- index.html | 1 + styles/style.css | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index cc2af1a..e032387 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,7 @@
+

CardiVR

diff --git a/styles/style.css b/styles/style.css index 3f7a643..cf457d4 100644 --- a/styles/style.css +++ b/styles/style.css @@ -27,10 +27,6 @@ html, body { position: fixed; justify-content: center; align-items: center; - background-image: url("../assets/images/background.png"); - background-color: #1c1c1c; - background-size: cover; - background-position: center; width: 100%; height: 100%; } @@ -39,6 +35,19 @@ html, body { width: 200px; } +#app-group > div { + background-image: url("./assets/images/background.png"); + background-color: #1c1c1c; + background-size: cover; + background-position: center; + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + z-index: -1; +} + #app-group > h1 { color: white; font-size: 30px;