Skip to content

Commit

Permalink
Create footer.css
Browse files Browse the repository at this point in the history
Signed-off-by: Raydo Matthee <[email protected]>
  • Loading branch information
burnt-exe authored May 19, 2024
1 parent ce11e43 commit 8d2d613
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/footer.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/* Footer CSS */

.bx--footer {
background-color: #0f62fe;
color: #ffffff;
padding: 1rem 0;
text-align: center;
}

.bx--footer p {
margin: 0;
}

0 comments on commit 8d2d613

Please sign in to comment.