Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurux01 authored Jan 12, 2025
1 parent db46b9b commit b8a9df2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,27 @@ body {
#header-buttons button:hover {
background-color: #45a049;
}

/* Footer styles */
.footer {
width: 100%;
padding: 20px 0;
background-color: #333;
color: white;
text-align: center;
position: fixed;
bottom: 0;
left: 0;
}

.footer a {
color: #4CAF50;
text-decoration: none;
font-weight: bold;
transition: color 0.3s ease;
}

.footer a:hover {
color: #45a049;
text-decoration: underline;
}

0 comments on commit b8a9df2

Please sign in to comment.