Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
sibellyvih authored Feb 21, 2024
1 parent 1586f49 commit 0a09620
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ h2 {
animation: titleEntrance 1s forwards; /* Animação de entrada */
}

.botao {
font-size: 20px;
color: black;
background-color: #8EC5FC;
border-color:#8EC5FC;
border-radius: 10px;
}

main p {
font-size: 20px;
text-align: center;
Expand Down

0 comments on commit 0a09620

Please sign in to comment.