SIU_Dran_net/frontend/src/Encabezado.css

84 lines
1.2 KiB
CSS
Raw Normal View History

2024-05-08 14:50:56 +00:00
/*.contenedor {
2024-04-29 15:02:05 +00:00
max-height: none;
width: 100%;
}
.banner {
background-color: #333;
color: white;
padding: 2px;
}
.banner h1 {
font-size: 35px;
margin-left: 2%;
2024-05-08 14:50:56 +00:00
pointer-events: none;
2024-04-29 15:02:05 +00:00
}
.banner nav {
display: flex;
2024-05-08 14:50:56 +00:00
justify-content: space-between;
align-items: center;
2024-04-29 15:02:05 +00:00
}
.opciones {
list-style: none;
padding: 0;
margin: 0;
}
.opciones li {
display: inline-block;
2024-05-08 14:50:56 +00:00
margin-left: 10px;
margin-right: 30px;
2024-04-29 15:02:05 +00:00
}
.opciones li a {
color: white;
2024-05-08 14:50:56 +00:00
text-decoration: none;
2024-04-29 15:02:05 +00:00
}
.opciones li a:hover {
2024-05-08 14:50:56 +00:00
text-decoration: underline;
}*/
header.headerOE{
display: inline;
width: 100%;
height: 18%;
text-align: center;
}
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;
font-size: x-large;
}
li.tit{
background-color: #D5EEBB;
color:rgba(36, 15, 103, 0.922);
font-size: xx-large;
font-weight: bold;
}
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-04-29 15:02:05 +00:00
}