24 lines
480 B
CSS
24 lines
480 B
CSS
.container{
|
|
min-height: 500px;
|
|
margin-bottom: 30px;
|
|
color:#644F0C;
|
|
font-family: 'Calibri','Ginebra','Verdana', serif;
|
|
font-size:xx-large;
|
|
font-weight: bold;
|
|
padding: 8%;
|
|
}
|
|
|
|
|
|
.salir{
|
|
color:white;
|
|
background-color: #1B3D70;
|
|
font-family: 'Calibri','Ginebra','Verdana', 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%);
|
|
} |