mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-12-30 22:27:08 +01:00
Startpage Changes
This commit is contained in:
parent
450388e933
commit
7fe91cbdec
@ -3,17 +3,14 @@
|
|||||||
|
|
||||||
<PageTitle>Yummy4Friends</PageTitle>
|
<PageTitle>Yummy4Friends</PageTitle>
|
||||||
|
|
||||||
<header>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<body>
|
<body style='--blazor-load-percentage: 100%; --blazor-load-percentage-text: "100%";'>
|
||||||
<div class="container col-md-6 col-sm-12 d-flex flex-column " id="content">
|
<div class="container col-lg-6 col-md-9 col-sm-12 d-flex flex-column " id="content">
|
||||||
<center><h2>Herzlich Willkommen!</h2></center>
|
<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>
|
<button type="button" class=" btn btn-light justify-content-center">Zur Speisekarte</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
<main class="container">
|
<main class="container">
|
||||||
|
|
||||||
<article class="content px-4">
|
|
||||||
@Body
|
@Body
|
||||||
</article>
|
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
@ -1,8 +1,9 @@
|
|||||||
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
|
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
|
||||||
|
|
||||||
body {
|
html, body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
background-color: #C7FFD1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
@ -10,7 +11,7 @@ body {
|
|||||||
padding: 5%;
|
padding: 5%;
|
||||||
margin-top: 1%;
|
margin-top: 1%;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.img {
|
.img {
|
||||||
@ -18,3 +19,7 @@ body {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin: 10%;
|
margin: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
box-shadow: 5px 5px #d3d3d3;
|
||||||
|
}
|
||||||
|
@ -7,6 +7,10 @@
|
|||||||
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
|
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="wwwroot\css\Site.css" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.1" />
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.1" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.1" PrivateAssets="all" />
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.1" PrivateAssets="all" />
|
||||||
|
Loading…
Reference in New Issue
Block a user