SIU_Dran_net/frontend/src/styles/Encabezado.css

41 lines
612 B
CSS

header.headerOE{
display: inline;
width: 100%;
height: 18%;
text-align: center;
}
div.grupo1{
background-color: #444941;
}
#logo{
width: 70px;
height:min-content;
}
div.grupo2{
background-color: #444941;
margin-top: 20px;
margin-left: 30px;
padding: 15px;
text-align: left;
font-size: x-large;
}
li.tit{
background-color: #444941;
color: #ffffff;
font-size: xx-large;
font-weight: bold;
}
nav ul {
list-style-type: none;
background-color:#444941;
}
nav ul li {
display: inline;
margin-right: 80px;
}
li a{
background-color: #D5EEBB;
color:rgb(172, 104, 9);
}