Footer style fertiggestellt

This commit is contained in:
GEI22857 2023-03-01 15:17:27 +01:00
parent 9f505ca6ab
commit 524134a75f
2 changed files with 8 additions and 10 deletions

View File

@ -2,16 +2,14 @@
<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="">Impressumt</a> | <a href="">Datenschutzerklärungt</a> | <a href="">Cookiest</a> <a href="">Kontakt</a> | <a href="">Impressum</a> | <a href="">Datenschutzerklärung</a> | <a href="">Cookies</a>
</h6> </h6>
</center> </center>
</div> </div>
</div> </div>
</div>
</section> </section>
</footer> </footer>

View File

@ -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;
} }