mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-11-10 11:17:21 +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="">
|
||||
<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">
|
||||
<center>
|
||||
<h6 class="text-uppercase fw-bold mb-4">
|
||||
<a href="">Kontakt</a> | <a href="">Impressumt</a> | <a href="">Datenschutzerklärungt</a> | <a href="">Cookiest</a>
|
||||
</h6>
|
||||
</center>
|
||||
</div>
|
||||
<div class="col-md-3 col-lg-6 col-xl-12 mx-auto mb-4">
|
||||
<center>
|
||||
<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>
|
||||
</h6>
|
||||
</center>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -1,5 +1,5 @@
|
||||
a {
|
||||
color: #000000;
|
||||
color: grey;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -9,5 +9,5 @@ a:hover, a:focus {
|
||||
}
|
||||
|
||||
h6 {
|
||||
color: red;
|
||||
color: grey;
|
||||
}
|
Loading…
Reference in New Issue
Block a user