roman-coin-converter/style.css
Christian Lawson-Perfect a57570558b first commit
2025-03-18 15:42:42 +00:00

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;
}