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 {
height: 100vh;
width: 100vw;
@ -12,7 +9,7 @@ html {
}
body {
display flex;
display: flex;
color: white;
margin: 0px;
}
@ -68,9 +65,11 @@ body {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}