2021-11-25 16:19:13 -03:00
|
|
|
div.p-6 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
button, input[type="submit"] {
|
2021-11-27 10:37:23 -03:00
|
|
|
background:teal;
|
|
|
|
border-radius:5px;
|
|
|
|
padding:5px;
|
2021-11-25 16:19:13 -03:00
|
|
|
color:white;
|
2021-11-27 10:37:23 -03:00
|
|
|
margin:15px;
|
2021-11-25 16:19:13 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
input.formulario {
|
2021-11-27 13:25:15 -03:00
|
|
|
margin: 0.5rem;
|
2021-11-25 16:19:13 -03:00
|
|
|
background-color: white;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
2021-11-27 13:25:15 -03:00
|
|
|
input.formulario.numero-input {
|
|
|
|
width: 3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|