mirror of
https://github.com/ConjureETS/event-clock.git
synced 2026-03-24 03:50:59 +00:00
11 lines
165 B
CSS
11 lines
165 B
CSS
html, body {
|
|
background-color: #000000;
|
|
margin: 0px;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
canvas {
|
|
width: 100%;
|
|
height: 100%;
|
|
} |