mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-12-30 20:07:08 +01:00
Merge pull request #5 from yummy4friends/YUM04-33-footer
Footer merged into dev
This commit is contained in:
commit
53038f403a
@ -13,4 +13,3 @@
|
|||||||
<button href="Speisekarte.razor" type="button" class=" btn btn-light justify-content-center">Zur Speisekarte</button>
|
<button href="Speisekarte.razor" type="button" class=" btn btn-light justify-content-center">Zur Speisekarte</button>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
18
Shared/Footer.razor
Normal file
18
Shared/Footer.razor
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<footer class="text-center text-lg-start bg-light text-muted">
|
||||||
|
<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="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>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
@code {
|
||||||
|
|
||||||
|
}
|
13
Shared/Footer.razor.css
Normal file
13
Shared/Footer.razor.css
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
a {
|
||||||
|
color: grey;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover, a:focus {
|
||||||
|
color: #2A6496;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
h6 {
|
||||||
|
color: grey;
|
||||||
|
}
|
@ -9,4 +9,6 @@
|
|||||||
@Body
|
@Body
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
<Footer />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user