Skip to content

Commit

Permalink
various improvements (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimg45 authored Sep 6, 2024
1 parent debba3f commit ea0b6d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -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;}
Expand Down

0 comments on commit ea0b6d7

Please sign in to comment.