Skip to content

Commit

Permalink
Update feedback.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevisx07 authored Jul 7, 2024
1 parent 10d4214 commit 32073c6
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion css/feedback.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,24 @@ strong{
.star-rating label:hover,
.star-rating label:hover ~ label {
color: #f5b301;
}
}
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 32073c6

Please sign in to comment.