librilladora/public/css/welcome.css
2021-11-27 10:37:23 -03:00

23 lines
303 B
CSS
Vendored

#logo {
width:80%;
margin: auto;
}
div.p-6 {
text-align: center;
}
button, input[type="submit"] {
background:teal;
border-radius:5px;
padding:5px;
color:white;
margin:15px;
}
input.formulario {
background-color: white;
border-radius: 5px;
padding: 5px;
}