event-clock/style.css
2018-11-07 17:18:18 -05:00

11 lines
165 B
CSS

html, body {
background-color: #000000;
margin: 0px;
overflow: hidden;
width: 100%;
height: 100%;
}
canvas {
width: 100%;
height: 100%;
}