streamboy/web/style.css

21 lines
308 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 {
font-size: 64px;
}
#status-line, #status-line2 {
font-size: 16px;
margin: 0px;
white-space: preserve nowrap;
max-width: none;
text-align: center;
position: absolute;
}