loading perspective

This commit is contained in:
Adrien MALINGREY 2024-03-15 02:47:24 +01:00
parent 9ac5c35c90
commit 4717ec0877

View File

@ -3,7 +3,7 @@ body {
background-color: #041626; background-color: #041626;
font-size: 1.3em; font-size: 1.3em;
overscroll-behavior: none; overscroll-behavior: none;
cursor: wait; cursor: progress;
} }
#loading { #loading {
@ -26,7 +26,8 @@ body {
margin-right: auto; margin-right: auto;
margin-top: 20vh; margin-top: 20vh;
margin-bottom: 5vh; margin-bottom: 5vh;
filter: drop-shadow(0px 10px 0px #0c1c2b); filter: drop-shadow(0px 10px 0px #0f2437);
transform: rotateX(40deg) perspective(150px);
} }
@keyframes rotation { @keyframes rotation {