loading perspective
This commit is contained in:
parent
9ac5c35c90
commit
4717ec0877
@ -3,7 +3,7 @@ body {
|
||||
background-color: #041626;
|
||||
font-size: 1.3em;
|
||||
overscroll-behavior: none;
|
||||
cursor: wait;
|
||||
cursor: progress;
|
||||
}
|
||||
|
||||
#loading {
|
||||
@ -26,7 +26,8 @@ body {
|
||||
margin-right: auto;
|
||||
margin-top: 20vh;
|
||||
margin-bottom: 5vh;
|
||||
filter: drop-shadow(0px 10px 0px #0c1c2b);
|
||||
filter: drop-shadow(0px 10px 0px #0f2437);
|
||||
transform: rotateX(40deg) perspective(150px);
|
||||
}
|
||||
|
||||
@keyframes rotation {
|
||||
|
Loading…
x
Reference in New Issue
Block a user