SIU_Dran_net/frontend/src/styles/Encabezado.css

41 lines
612 B
CSS
Raw Normal View History

2024-05-08 14:50:56 +00:00
header.headerOE{
display: inline;
width: 100%;
height: 18%;
text-align: center;
}
div.grupo1{
2024-05-12 22:23:07 +00:00
background-color: #444941;
2024-05-08 14:50:56 +00:00
}
#logo{
width: 70px;
height:min-content;
}
div.grupo2{
2024-05-12 22:23:07 +00:00
background-color: #444941;
margin-top: 20px;
margin-left: 30px;
padding: 15px;
2024-05-08 14:50:56 +00:00
text-align: left;
font-size: x-large;
}
li.tit{
2024-05-12 22:23:07 +00:00
background-color: #444941;
color: #ffffff;
2024-05-08 14:50:56 +00:00
font-size: xx-large;
font-weight: bold;
}
nav ul {
list-style-type: none;
2024-05-12 22:23:07 +00:00
background-color:#444941;
2024-05-08 14:50:56 +00:00
}
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
}