unix-epoch-clock/style.css

14 lines
197 B
CSS
Raw Permalink Normal View History

2025-02-09 20:37:04 +00:00
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%;
}