Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
LoriaLawrenceZ authored Mar 13, 2024
1 parent 58efa13 commit 2360482
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ header{
}

.nav1{
background-color: #1b8e99; /*cor de fundo para o menu inferior*/
padding: 0 10px; /*espaçamento interno entre itens no cabeçalho */
height: 45px; /*define altura do box*/
position: relative; /*permite alterar posicionamento; necessário para z-index*/
padding: 0 10px; /*espaçamento interno entre itens no cabeçalho */
justify-content: space-between;
background-color: #1b8e99; /*cor de fundo para o menu inferior*/
z-index: 2; /*define profundidade; valor maior que menu azul e banner*/
}

Expand All @@ -48,9 +49,10 @@ header{
}

.nav2{
background-color: #660000; /* Cor de fundo para o cabeçalho e o menu secundário */
padding: 0 10px; /* Espaçamento interno no cabeçalho */
height: 45px; /*define altura do box*/
padding: 0 10px; /* Espaçamento interno no cabeçalho */
background-color: #660000; /* Cor de fundo para o cabeçalho e o menu secundário */
justify-content: flex-start;
}

.logo img{
Expand All @@ -69,6 +71,10 @@ header{
margin: 0; /*reseta margin para zer0*/
}

.hover1, .hover2{
transition: all .2s;
}

.hover1{}
.hover1:hover{
height: 55px; /*altura 10px maior do que box, para dar efeito de overflow/transbordamento*/
Expand Down Expand Up @@ -267,4 +273,4 @@ footer{
justify-content: flex-end;
color: white;
font-size: 14px;
}
}

0 comments on commit 2360482

Please sign in to comment.