Added footer section
This commit is contained in:
30
src/Portfolio.Web/Components/Layout/FooterLinks.razor.css
Normal file
30
src/Portfolio.Web/Components/Layout/FooterLinks.razor.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user