format cleanup
This commit is contained in:
parent
60b4594e9d
commit
2154b74c31
@ -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%;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user