mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-09 09:23:51 +00:00
8756b396cc
* minimal * eslint-browser * dynamic port, reconnect socket, msTo string without Date * 404 on external not found
16 lines
238 B
CSS
16 lines
238 B
CSS
body {
|
|
overflow: hidden;
|
|
margin: 0;
|
|
}
|
|
div {
|
|
height: 100vh;
|
|
width: 100vw;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
color: azure;
|
|
font-family: monospace;
|
|
font-size: 20vw;
|
|
background-color: black;
|
|
} |