demo / style.css
maringetxway's picture
Update style.css
396bfd3 verified
raw
history blame
250 Bytes
body {
font-family: sans-serif;
background: #f9f9f9;
padding: 2rem;
text-align: center;
}
.container {
max-width: 800px;
margin: auto;
}
select {
margin: 1rem 0;
padding: 0.5rem;
font-size: 1rem;
}