loading bar

This commit is contained in:
2023-06-21 01:42:31 +02:00
parent af8befcf72
commit 9ca6c3a2e9
3 changed files with 22 additions and 3 deletions

View File

@@ -30,21 +30,28 @@ body {
position: absolute;
left: 0;
width: 100%;
font-size: 10vh;
font-family: Georgia, serif;
background: transparent;
justify-content: center;
z-index: 1;
color: gray;
}
#message.loading {
display: flex;
top: 30vh;
font-size: 4vh;
}
#message a {
color: gray;
text-decoration: none;
color: inherit;
}
#message.escaped {
display: flex;
opacity: 100%;
font-size: 10vh;
top: 30vh;
animation: escaped 5s;
}