format cleanup

This commit is contained in:
k 2024-05-24 22:28:39 -04:00
parent 60b4594e9d
commit 2154b74c31

View File

@ -1,6 +1,3 @@
:root {
}
html { html {
height: 100vh; height: 100vh;
width: 100vw; width: 100vw;
@ -12,7 +9,7 @@ html {
} }
body { body {
display flex; display: flex;
color: white; color: white;
margin: 0px; margin: 0px;
} }
@ -68,9 +65,11 @@ body {
0% { 0% {
background-position: 0% 50%; background-position: 0% 50%;
} }
50% { 50% {
background-position: 100% 50%; background-position: 100% 50%;
} }
100% { 100% {
background-position: 0% 50%; background-position: 0% 50%;
} }