SIU_Dran_net/frontend/src/OfertaEducativa.css

41 lines
872 B
CSS
Raw Normal View History

2024-05-06 13:38:56 +00:00
h1.tituloOE{
2024-05-12 22:23:07 +00:00
color: #5F7A61;
2024-05-06 13:38:56 +00:00
text-transform: capitalize;
padding-inline:initial;
2024-05-12 22:23:07 +00:00
margin-top: 13%;
margin-bottom: 4%;
2024-05-08 14:50:56 +00:00
text-align: center;
2024-05-12 22:23:07 +00:00
font-size: 50px;
2024-05-08 14:50:56 +00:00
2024-05-06 13:38:56 +00:00
}
.container{
display: grid;
grid-template-columns: auto auto auto auto;
gap: 10%;
justify-content: center; /* Centra horizontalmente el contenedor */
align-items: center; /* Ajusta el ancho del contenedor según sea necesario */
}
div.area{
2024-05-12 22:23:07 +00:00
color: #b26705;
border: 2px solid rgba(36, 15, 103, 0.922);
2024-05-06 13:38:56 +00:00
font-size: x-large;
}
2024-05-12 22:23:07 +00:00
#areaTecnica{
margin-left: 10%;
}
#areaBiologica{
margin-right: 10%;
}
2024-05-06 13:38:56 +00:00
div.listaLic{
2024-05-12 22:23:07 +00:00
color: #474941;
2024-05-06 13:38:56 +00:00
}
.footerOE{
font-size:large;
padding: 20px 0; /* Espaciado interno del footer */
position:fixed; /* Hace que el footer sea fijo en la parte inferior */
width: 100%;
font-weight: bold;
}