first commit
This commit is contained in:
commit
a57570558b
4 changed files with 138 additions and 0 deletions
21
style.css
Normal file
21
style.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue