From ea0b6d70dce0c537474dc8c160367e5c4091cdbd Mon Sep 17 00:00:00 2001 From: kimg45 <138676274+kimg45@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:08:37 -0500 Subject: [PATCH] various improvements (#14) --- styles.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/styles.css b/styles.css index 634cba7..2f90c56 100644 --- a/styles.css +++ b/styles.css @@ -1,8 +1,15 @@ :root { overflow: hidden; } +* { + box-sizing: border-box; +} body { background-color: rgb(7, 7, 7); + margin: 0; + position: fixed; + height: 100vh; + width: 100vw; } @keyframes driveby { 0% {left: 150vw;}