roman-coin-converter/style.css

21 lines
237 B
CSS
Raw Permalink Normal View History

2025-03-18 15:42:42 +00:00
: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;
}