unix-epoch-clock/style.css
Christian Lawson-Perfect a9af55fb0b first commit
2025-02-09 20:37:50 +00:00

14 lines
No EOL
197 B
CSS

body {
margin: 0;
width: 100svw;
height: 100svh;
display: grid;
justify-content: center;
align-content: center;
grid-template: 1fr / 1fr;
}
svg {
width: 100%;
max-height: 100%;
}