Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Are-Oelsner authored Nov 1, 2024
1 parent b48a7ec commit aa21102
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,20 @@ a:hover {

/* Footer Section */
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 1rem;
font-size: 0.9rem;
background-color: #f1f1f1; /* Light grey background */
padding: 10px;
text-align: center; /* Center the text */
position: relative; /* Make sure it stays in the flow of the page */
bottom: 0; /* Stick to the bottom of the page */
width: 100%; /* Full width */
}

footer p {
margin: 0.5rem 0;
margin: 5px 0; /* Space between paragraphs */
color: #333; /* Dark text color for contrast */
}


/* Responsive Styling */
@media (max-width: 768px) {
header h1 {
Expand Down

0 comments on commit aa21102

Please sign in to comment.