Skip to content

Commit

Permalink
fixed h2
Browse files Browse the repository at this point in the history
  • Loading branch information
izzyg770 committed Jan 30, 2024
1 parent d52b94e commit 67d315e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ div {
color: #c4c4c4;
}

.blue h2 {
color: #C4C4C4;
}

.yellow {
background-color: #ffff00;
text-align: right;
Expand Down Expand Up @@ -85,6 +89,6 @@ footer {
footer p {
font-size: 20px;
text-align: right;
padding: 14px 0 15px 15px;
padding: 15px 0 15px 15px;
color: #ffffff;
}

0 comments on commit 67d315e

Please sign in to comment.