diff --git a/Pages/Index.razor b/Pages/Index.razor index 9840256..e8bc004 100644 --- a/Pages/Index.razor +++ b/Pages/Index.razor @@ -1 +1,15 @@ @page "/" +@layout Startseite + +Yummy4Friends + + + +
+

Herzlich Willkommen!

+ + + + +
+ diff --git a/Shared/NavMenu.razor b/Shared/NavMenu.razor index 8e4f374..ff41750 100644 --- a/Shared/NavMenu.razor +++ b/Shared/NavMenu.razor @@ -2,7 +2,7 @@
@*Yummy4Friends*@ - Yummy4Friends + Yummy4Friends
\ No newline at end of file diff --git a/wwwroot/css/Site.css b/wwwroot/css/Site.css new file mode 100644 index 0000000..e5e57d3 --- /dev/null +++ b/wwwroot/css/Site.css @@ -0,0 +1,25 @@ +@import url('open-iconic/font/css/open-iconic-bootstrap.min.css'); + +html, body { + margin: 0px; + padding: 0px; + background-color: #C7FFD1; +} + +#content { + background-color: #C7FFD1; + padding: 5%; + margin-top: 1%; + border-radius: 10px; + +} + +.img { + height: auto; + max-width: 100%; + margin: 10%; +} + +button { + box-shadow: 5px 5px #d3d3d3; +} diff --git a/wwwroot/index.html b/wwwroot/index.html index 238c777..ad1f5f8 100644 --- a/wwwroot/index.html +++ b/wwwroot/index.html @@ -7,6 +7,7 @@ y4f + diff --git a/y4f.csproj b/y4f.csproj index f5e9a37..9bb7029 100644 --- a/y4f.csproj +++ b/y4f.csproj @@ -7,6 +7,10 @@ service-worker-assets.js + + + +