init
This commit is contained in:
commit
a0ae1b422d
9 changed files with 371 additions and 0 deletions
20
web/style.css
Normal file
20
web/style.css
Normal file
|
@ -0,0 +1,20 @@
|
|||
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue