mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-01-30 15:44:45 +01:00
Footer style fertiggestellt
This commit is contained in:
parent
9f505ca6ab
commit
524134a75f
@ -2,14 +2,12 @@
|
|||||||
<section class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom"></section>
|
<section class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom"></section>
|
||||||
<section class="">
|
<section class="">
|
||||||
<div class="container text-center text-md-start mt-5">
|
<div class="container text-center text-md-start mt-5">
|
||||||
<div class="row mt-3">
|
<div class="col-md-3 col-lg-6 col-xl-12 mx-auto mb-4">
|
||||||
<div class="col-md-3 col-lg-6 col-xl-12 mx-auto mb-4">
|
<center>
|
||||||
<center>
|
<h6 class="text-uppercase fw-bold mb-4">
|
||||||
<h6 class="text-uppercase fw-bold mb-4">
|
<a href="">Kontakt</a> | <a href="">Impressum</a> | <a href="">Datenschutzerklärung</a> | <a href="">Cookies</a>
|
||||||
<a href="">Kontakt</a> | <a href="">Impressumt</a> | <a href="">Datenschutzerklärungt</a> | <a href="">Cookiest</a>
|
</h6>
|
||||||
</h6>
|
</center>
|
||||||
</center>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
a {
|
a {
|
||||||
color: #000000;
|
color: grey;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -9,5 +9,5 @@ a:hover, a:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h6 {
|
h6 {
|
||||||
color: red;
|
color: grey;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user