Files
premiaciones_front/styles/profesores.module.css
T
Gabriela Gómez Hernández 3e3deeaeaf validación invitados
2022-05-03 10:02:28 -05:00

70 lines
1.4 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;
border:0;
margin-bottom: 15px;
}
.boton2:hover{
background-color:rgb(27,61,112,50%);
}
.invitado{
background-color: rgb(144,114,16,19%);
border-radius:30px;
margin-top: 30px;
margin-bottom:15px;
padding-top: 20px;
color:#644F0C;
font-size: large;
border-width: 1px;
border-color: black;
border-style: solid;
}
.edad{
margin-bottom: 15px;
}