2025-03-03
Some checks failed
ci/woodpecker/push/publish_instable Pipeline failed

This commit is contained in:
gcch 2025-03-03 17:28:18 +01:00
commit 11fa3d1558
38 changed files with 819 additions and 148 deletions

View file

@ -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: "";
}