prototipo completo 1

This commit is contained in:
Gabriela Gómez Hernández
2022-04-18 20:09:14 -05:00
parent c0a03c4b9d
commit 88ba696552
16 changed files with 462 additions and 6 deletions
+43
View File
@@ -0,0 +1,43 @@
.contenido{
font-family: 'Vollkorn', serif;
min-height: 350px;
margin-top: 130px;
}
.subtitulo{
font-family: 'Vollkorn', serif;
color:#BC9516;
font-weight: bold;
font-size: x-large;
}
.boton{
background-color: #BC9516;
color:white;
border: #BC9516;
border-radius: 30px;
font-size: x-large;
}
.boton:hover{
background-color:rgb(188,149,22,70%);;
color:white;
}
.ingresar{
margin-top: 15px;
color:white;
background-color: #1B3D70;
font-family: 'Vollkorn', serif;
font-size: x-large;
font-weight: bold;
border:0;
}
.salir{
color:white;
background-color: #1B3D70;
font-family: 'Vollkorn', serif;
font-size: x-large;
font-weight: bold;
border:0;
margin-bottom: 15px;
}
.salir:hover,.ingresar:hover{
background-color:rgb(27,61,112,50%);
}