Added footer section

This commit is contained in:
2025-01-21 16:04:25 +01:00
parent a2cab3c84c
commit 442a398d2e
6 changed files with 68 additions and 3 deletions

View File

@@ -0,0 +1,30 @@
footer {
display: flex;
margin-top: auto;
margin-bottom: 2rem;
padding-top: 5rem;
justify-content: space-between;
margin-inline: 12.5vw;
}
.title {
background: var(--gradient);
background-clip: text;
color: transparent;
user-select: none;
font-weight: 500;
}
a {
text-decoration: none;
}
.socials {
display: flex;
gap: 0.75rem;
}
.socials a {
height: 25px;
display: flex;
}