diff --git a/assets/css/style.css b/assets/css/style.css index 1b7af40..dfd97d0 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -27,10 +27,19 @@ body, html { top: 0; left: 0; width: 100vw; - height: 100%; + height: 100vh; z-index: 0; } +#stars1, #stars2, #stars3 { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100vh; + background: transparent; +} + #background_div { max-height: 100vh; display: flex;