20 lines
308 B
CSS
20 lines
308 B
CSS
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;
|
|
}
|