You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
496 B
CSS

body{
/* background-color: pink; */
}
form{
max-width: 1300px;
/* border: 1px solid blue; */
margin: 1em auto;
padding: 1em;
text-align: center;
}
form *{
font-size: 24px;
}
form h1{
font-size: 100%;
}
/* form select {
padding: 0.5em 1em;
border: 0;
border-radius: 20%;
} */
form div#dropdowns {
text-align: right;
line-height: 1;
}
form div#dropdown-options.hide{
display: none;
}
form div#dropdowns div.row{
margin: 0.5em 0;
}
form div#info{
/* display: none; */
}