Finish Startpage

This commit is contained in:
zha19115
2023-02-27 19:31:01 +01:00
parent 57042af156
commit 450388e933
5 changed files with 33 additions and 31 deletions

View File

@ -2,7 +2,7 @@
<div class="container-fluid">
@*<a class="navbar-brand" href="">Yummy4Friends</a>*@
<a class="navbar-brand" href="">
<img src="assets/Logo_new.png" alt="Yummy4Friends" width="100" height="100">
<img src="assets/Logo_new.png" alt="Yummy4Friends" width="8%" height="auto">
</a>
<button class="navbar-toggler @NavButtonCssClass" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse"

11
Shared/Startseite.razor Normal file
View File

@ -0,0 +1,11 @@
@inherits LayoutComponentBase
<div>
<main class="container">
<article class="content px-4">
@Body
</article>
</main>
</div>