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

22 lines
223 B

h1 {
font-family: cursive;
text-align: center;
}
.generalBox {
border-radius: 10px;
border: 3px solid black;
margin: 5px;
padding: 7px;
width: auto;
}
.inputFields {
width: min-content;
}
span {
margin: 4px;
}