first commit

This commit is contained in:
Christian Lawson-Perfect 2025-03-18 15:42:42 +00:00
commit a57570558b
4 changed files with 138 additions and 0 deletions

21
style.css Normal file
View file

@ -0,0 +1,21 @@
:root {
--spacing: 1em;
color-scheme: light dark;
}
form {
display: flex;
gap: 1em;
text-align: center;
align-items: start;
}
input {
text-align: center;
}
.vertical {
display: inline-flex;
flex-direction: column;
}