streamboy/web/style.css

44 lines
742 B
CSS
Raw Normal View History

2025-02-18 22:03:27 -07:00
body {
font-family: Unifont;
background-color: black;
color: white;
margin: 0px auto;
overflow: hidden;
}
#gone {
2025-02-19 10:54:32 -07:00
font-size: 224px;
position: absolute;
bottom: 164px;
left: 44px;
margin: 0;
background: linear-gradient(#179d23, #0f552c);
color: transparent;
background-clip: text;
}
#date {
2025-02-18 22:03:27 -07:00
font-size: 64px;
2025-02-19 10:54:32 -07:00
position: absolute;
left: 96px;
bottom: 64px;
margin: 0px;
background: linear-gradient(#26677d, #264f9a);
color: transparent;
background-clip: text;
2025-02-18 22:03:27 -07:00
}
#status-line, #status-line2 {
font-size: 16px;
margin: 0px;
white-space: preserve nowrap;
max-width: none;
text-align: center;
position: absolute;
}
2025-02-19 10:54:32 -07:00
.doublesize {
font-size: 32px !important;
margin-top: 64px !important;
}