From 93e4982d89c0a62795ad74b4f7f6c37aa7600d01 Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Thu, 4 Dec 2025 21:20:33 +0100 Subject: [PATCH] fix stars in order to take all the screen size --- assets/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 8945ea4..f9385e9 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -21,6 +21,15 @@ body, html { } +#stars1, #stars2, #stars3 { + position: fixed; + top: 0; + left: 0; + width: 100vw; + height: 100vh; + z-index: 0; +} + #background_div { max-height: 100vh; display: flex;