BuildDate, footer styling

This commit is contained in:
Carl Pearson
2024-09-20 14:01:27 -06:00
parent 5254b0eab7
commit 890565b609
5 changed files with 41 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
.footer {
display: flex;
justify-content: space-evenly;
color: lightgray;
}
.footer a {
color: lightgray;
}