Files
premiaciones_front/styles/exito.module.css
T
Gabriela Gómez Hernández 88ba696552 prototipo completo 1
2022-04-18 20:09:14 -05:00

24 lines
442 B
CSS

.container{
min-height: 500px;
margin-bottom: 30px;
color:#644F0C;
font-family: 'Vollkorn', serif;
font-size:xx-large;
font-weight: bold;
padding: 8%;
}
.salir{
color:white;
background-color: #1B3D70;
font-family: 'Vollkorn', serif;
font-size: x-large;
font-weight: bold;
border:0;
margin-bottom: 15px;
margin-top: 30px;
}
.salir:hover{
background-color:rgb(27,61,112,50%);
}