Untitled
Anonymous
plain_text
06/27/2024 5:18 PM
552 B
9
Indexable
/* Footer Styles */
footer {
background-color: #333; /* Dark grey background */
color: #fff; /* White text color */
padding: 20px;
text-align: center;
}
footer a {
color: #fff; /* White color for links */
text-decoration: none;
}
footer a:hover {
color: #ccc; /* Light grey color on hover */
text-decoration: underline;
}
footer p {
margin: 0; /* Remove default margin */
}Editor is loading...
Leave a Comment