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,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>

View File

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