Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
roboticapratica authored Nov 15, 2023
1 parent 41e1546 commit 6c16a0f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,27 +76,28 @@ body {
background-color: #fff;
padding: 10px 48px;
text-decoration: none;
color: #d66903;
color: #e6a326;
font-size: 1.2em;
font-weight: 700;

}

.Botao2 {
background-color: #d66903;
background-color: #e6a326;
padding: 10px 40px;
margin-right: 5px;
}

.Botao3 {
background-color: #d66903;
background-color: #e6a326;
padding: 10px 40px;
}

.Botao4 {
background-color: #fff;
color: #c00000;
padding: 10px 48px;
font-size: 1.1em;
}

.Banner2 {
Expand Down Expand Up @@ -188,7 +189,7 @@ label {

nav ul {
list-style: none;
background-color: #d66903;
background-color: #e6a326;
height: 100vh;
position: fixed;
top: 80px;
Expand Down Expand Up @@ -333,7 +334,7 @@ nav ul li a {

/* Rodapé */
footer {
background-color: #d66903;
background-color: #e6a326;
color: #fff;
text-align: center;
font-size: 0.875em;
Expand Down Expand Up @@ -589,7 +590,7 @@ footer {
}

nav ul li a:hover {
color: #c00000;
color: #e6a326;
}

/* Banner */
Expand Down

0 comments on commit 6c16a0f

Please sign in to comment.