Skip to content

Commit

Permalink
Styling for the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
RhythmusByte authored Apr 17, 2024
1 parent 8ce6c6c commit c4c2b5a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,17 @@ header a {
font-size: 2em;
padding-right: 15px;
}


footer {
margin: 15px auto;
display: flex;
justify-content: center;
font-family: Raleway;
font-size: 0.75em;
}

footer a {
text-decoration: none;
color: #0ef;
}

0 comments on commit c4c2b5a

Please sign in to comment.