Files
premiaciones_front/styles/invitado.module.css
T
Gabriela Gómez Hernández 0bd6809aa1 Alerta código QR
2022-04-29 18:08:41 -05:00

16 lines
323 B
CSS

.container{
background-color: rgb(144,114,16,19%);
border-radius:30px;
margin-top: 30px;
margin-bottom:15px;
padding-top: 20px;
color:#644F0C;
font-weight: bold;
font-size: x-large;
border-width: 1px;
border-color: black;
border-style: solid;
}
.boton{
margin-bottom: 15px;
}