gone screen

This commit is contained in:
Jeeves 2025-02-19 10:54:32 -07:00
parent 5a70cafef2
commit 5538d4bc8a
4 changed files with 141 additions and 1 deletions

View file

@ -7,7 +7,25 @@ body {
}
#gone {
font-size: 224px;
position: absolute;
bottom: 164px;
left: 44px;
margin: 0;
background: linear-gradient(#179d23, #0f552c);
color: transparent;
background-clip: text;
}
#date {
font-size: 64px;
position: absolute;
left: 96px;
bottom: 64px;
margin: 0px;
background: linear-gradient(#26677d, #264f9a);
color: transparent;
background-clip: text;
}
#status-line, #status-line2 {
@ -18,3 +36,8 @@ body {
text-align: center;
position: absolute;
}
.doublesize {
font-size: 32px !important;
margin-top: 64px !important;
}