Skip to content

Commit

Permalink
Atualizar o style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Nailan-Nobre authored Mar 27, 2024
1 parent 8c605fc commit 9bd885c
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*Termos gerais*/
*{
margin: 0;
padding: 0;
Expand All @@ -15,6 +16,18 @@ body{
margin: 0 auto;
}

hr{
background-color: #59CD6B;
width: 100%;
height: 3px;
border: none;
margin: 1rem 0;
}

span{
color: #59CD6B;
}

/*Cabeçalho*/
nav{
position: fixed;
Expand Down Expand Up @@ -64,7 +77,7 @@ button:hover{
align-items: center;
justify-content: space-around;
font-size: 36px;
margin-top: 100px;
margin-top: 20px;
}

.pag1 button{
Expand All @@ -73,10 +86,6 @@ button:hover{
height: 40px;
}

nav .pag1{

}

/*Parte central da pagina 2*/
.pag2{
display: flex;
Expand All @@ -101,15 +110,4 @@ nav .pag1{

.pag2{
margin-top: 100px;
}

span{
color: #59CD6B;
}

hr{
background-color: #59CD6B;
width: 100%;
height: 3px;
border: none;
margin: 3.
}

0 comments on commit 9bd885c

Please sign in to comment.