Untitled
unknown
plain_text
9 months ago
412 B
1
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