mirror of
https://github.com/ConjureETS/event-clock.git
synced 2026-03-23 19:40:57 +00:00
11 lines
135 B
CSS
11 lines
135 B
CSS
html, body {
|
|
margin: 0px;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
canvas {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|