Startpage Changes

This commit is contained in:
zha19115
2023-03-01 15:32:08 +01:00
parent 450388e933
commit 7fe91cbdec
4 changed files with 17 additions and 11 deletions

View File

@ -3,17 +3,14 @@
<PageTitle>Yummy4Friends</PageTitle>
<header>
</header>
<body>
<div class="container col-md-6 col-sm-12 d-flex flex-column " id="content">
<center><h2>Herzlich Willkommen!</h2></center>
<body style='--blazor-load-percentage: 100%; --blazor-load-percentage-text: "100%";'>
<div class="container col-lg-6 col-md-9 col-sm-12 d-flex flex-column " id="content">
<center><h1>Herzlich Willkommen!</h1></center>
<img src="assets/Logo_new.png" class="img" title="logo image">
<img src="assets/Logo_new.png" class="img" title="logo image">
<button type="button" class=" btn btn-light justify-content-center">Zur Speisekarte</button>
</div>
</body>