Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobrandalize committed Nov 7, 2023
1 parent f509bf3 commit 9225ddb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@ body {
}
h1{
text-align:center;
color: rgb(49, 36, 172);
color: rgb(41, 34, 112);
}

p {
text-align: center;
}

H2{text-align: center;}
em strong {
color: #4b2222;
}
color: #973030;
}
h3{text-align: center;
color: rgb(19, 58, 91);
}
li{text-align: center;}

0 comments on commit 9225ddb

Please sign in to comment.