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>

View File

@ -4,8 +4,8 @@
<main class="container">
<article class="content px-4">
@Body
</article>
</main>
</div>

View File

@ -1,8 +1,9 @@
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
body {
html, body {
margin: 0px;
padding: 0px;
background-color: #C7FFD1;
}
#content {
@ -10,7 +11,7 @@ body {
padding: 5%;
margin-top: 1%;
border-radius: 10px;
}
.img {
@ -18,3 +19,7 @@ body {
max-width: 100%;
margin: 10%;
}
button {
box-shadow: 5px 5px #d3d3d3;
}

View File

@ -7,6 +7,10 @@
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
</PropertyGroup>
<ItemGroup>
<None Include="wwwroot\css\Site.css" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.1" PrivateAssets="all" />