This commit is contained in:
parent
650f381148
commit
11fa3d1558
38 changed files with 819 additions and 148 deletions
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
#app-loading {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
text-align: center;
|
||||
align-content: center;
|
||||
z-index: 100;
|
||||
background: salmon;
|
||||
inset: 0;
|
||||
align-content: center;
|
||||
font-family: Banquise;
|
||||
font-size: 2rem;
|
||||
text-align: center;
|
||||
background: salmon;
|
||||
|
||||
p {
|
||||
width: 10ch;
|
||||
|
|
@ -25,15 +25,19 @@
|
|||
0% {
|
||||
content: "";
|
||||
}
|
||||
|
||||
25% {
|
||||
content: ".";
|
||||
}
|
||||
|
||||
50% {
|
||||
content: "..";
|
||||
}
|
||||
|
||||
75% {
|
||||
content: "...";
|
||||
}
|
||||
|
||||
100% {
|
||||
content: "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue