first commit

This commit is contained in:
Christian Lawson-Perfect 2025-02-09 20:37:04 +00:00
commit a9af55fb0b
9 changed files with 238 additions and 0 deletions

14
style.css Normal file
View file

@ -0,0 +1,14 @@
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%;
}