SIU_Dran_net/frontend/src/OfertaEducativa.css

73 lines
1.4 KiB
CSS
Raw Normal View History

2024-05-06 13:38:56 +00:00
h1.tituloOE{
color: rgba(36, 15, 103, 0.922);
text-transform: capitalize;
padding-inline:initial;
2024-05-08 14:50:56 +00:00
margin-top: 5%;
text-align: center;
font-size: 60px;
2024-05-06 13:38:56 +00:00
}
2024-05-08 14:50:56 +00:00
/*header.headerOE{
2024-05-06 13:38:56 +00:00
display: inline;
width: 100%;
height: 18%;
}
div.grupo1{
background-color: #D5EEBB;
padding: 0%;
}
#logo{
width: 70px;
height:min-content;
}
div.grupo2{
background-color: #D5EEBB;
margin-top: 10px;
margin-left: 10px;
text-align: left;
}
li.tit{
background-color: #D5EEBB;
color:rgba(36, 15, 103, 0.922);
font-size: 120%;
}
nav ul {
list-style-type: none;
background-color:#D5EEBB;
}
nav ul li {
display: inline;
margin-right: 80px;
}
li a{
background-color: #D5EEBB;
color:rgb(172, 104, 9);
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{
color:rgb(27, 97, 154);
border: 1px solid rgb(27, 97, 154);
font-size: x-large;
}
div.listaLic{
color: rgb(172, 104, 9);
}
.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;
}