This commit is contained in:
Keep Creating Online
2025-01-08 14:54:13 -05:00
parent e307f2ed16
commit 4bd663253f
4 changed files with 71 additions and 19 deletions

View File

@@ -216,4 +216,18 @@ button:focus {
padding: 0.75rem;
}
}
footer {
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 4rem;
padding-top: 2rem;
}
footer a {
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
```