prototipo completo 1
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
Reference in New Issue
Block a user