librilladora/public/css/welcome.css

29 lines
386 B
CSS
Raw Permalink Normal View History

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 {
margin: 0.5rem;
2021-11-25 16:19:13 -03:00
background-color: white;
border-radius: 5px;
padding: 5px;
}
input.formulario.numero-input {
width: 3rem;
}
h1 {
margin-left: auto;
margin-right: auto;
}