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

54 lines
1.1 KiB
CSS

.container{
background-color:rgb(144,114,16,32%);
border-radius:30px;
min-height: 400px;
margin-bottom: 30px;
color:#644F0C;
font-family: 'Calibri','Ginebra','Verdana', serif;
font-size:xx-large;
font-weight: bold;
padding: 5%;
border-width: 1px;
border-color: black;
border-style: solid;
}
.titulo{
color:#644F0C;
font-family: 'Calibri','Ginebra','Verdana', serif;
text-align: center;
font-size:xx-large;
font-weight: bolder;
margin-top: 30px;
margin-bottom: 30px;
}
.texto1{
font-weight: normal;
}
.texto2{
color:#644F0C;
font-weight: bold;
}
.boton1{
color:white;
font-family: 'Calibri','Ginebra','Verdana', serif;
font-size: large;
font-weight: bold;
background-color: rgb(100,79,12,76%);
border:0;
margin-bottom: 15px;
}
.boton1:hover{
background-color: rgb(100,79,12,50%);
}
.boton2{
color:white;
background-color: #1B3D70;
font-family: 'Calibri','Ginebra','Verdana', serif;
font-size: x-large;
font-weight: bold;
border:0;
margin-bottom: 15px;
}
.boton2:hover{
background-color:rgb(27,61,112,50%);
}