I honstly lost of what I did, but its definitly worth it

This commit is contained in:
2020-07-27 18:45:07 +02:00
parent 8828318854
commit 87cc27bcc8
21 changed files with 403 additions and 110 deletions

View File

@@ -0,0 +1,30 @@
.LP-Footer{
margin-top: 75px;
width: 100%;
background-color: $-secondary-color;
padding: 25px;
.LP-LinkList__List{
display: flex;
align-items: center;
justify-content: center;
.LP-LinkList__Item{
border: none;
padding: 5px;
width: auto;
.LP-Text{
color: $-secondary-background-color;
font-size: 17px;
}
.LP-Link{
display: inline;
&:hover{
background-color: inherit;
}
}
}
}
}

View File

@@ -0,0 +1,3 @@
{
"title": "Footer"
}

View File

@@ -0,0 +1,7 @@
<article class="LP-Footer">
<ul class="LP-LinkList__List">
<li class="LP-LinkList__Item"><a href="" class="LP-Link"><span class="LP-Text">Impressum</span></a></li>
<li class="LP-LinkList__Item"><a href="" class="LP-Link"><span class="LP-Text">Kontakt</span></a></li>
<li class="LP-LinkList__Item"><a href="" class="LP-Link"><span class="LP-Text">Datenschutz</span></a></li>
</ul>
</article>