21 lines
No EOL
237 B
CSS
21 lines
No EOL
237 B
CSS
: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;
|
|
} |