Add Footer to home

This commit is contained in:
2023-09-26 01:10:27 +08:00
parent 32d0cd7c2a
commit 6ffb2ca231
6 changed files with 54 additions and 4 deletions

View File

@@ -0,0 +1,19 @@
.icons {
display: flex;
gap: 20px;
.icon {
font-size: 8em;
color: white;
}
}
.links {
font-size: 2em;
text-decoration: underline;
color: white;
> * {
color: white;
}
}