Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevisx07 authored Jul 7, 2024
1 parent 32073c6 commit 385d666
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2517,3 +2517,23 @@ button:active {
margin: auto;
text-align: center;
}
footer {
background-color: #1d1d1d; /* dark background */
padding: 0px;
text-align: center;
width: 100%;
bottom: 0;
z-index: 1000; /* ensure footer is on top of other elements */
}

.copyright {
font-size: 14px;
color: #fff; /* white text */
margin: 0;
}

.copyright p {
display: inline-block;
margin: 2;
color: #ffffff;
}

0 comments on commit 385d666

Please sign in to comment.