diff --git a/Pages/Index.razor b/Pages/Index.razor
index a435e7d..8ef66ac 100644
--- a/Pages/Index.razor
+++ b/Pages/Index.razor
@@ -4,12 +4,17 @@
Yummy4Friends
-
+
+
-
+
@Body
-
+
diff --git a/Shared/NavMenu.razor b/Shared/NavMenu.razor
index 8c2a1a2..aa121e4 100644
--- a/Shared/NavMenu.razor
+++ b/Shared/NavMenu.razor
@@ -36,7 +36,7 @@
-
+
#12345
diff --git a/Shared/Startseite.razor.css b/Shared/Startseite.razor.css
new file mode 100644
index 0000000..9f8256f
--- /dev/null
+++ b/Shared/Startseite.razor.css
@@ -0,0 +1,5 @@
+html, body {
+ /*background-color: #C7FFD5;*/
+ padding: 0px;
+ margin: 0px;
+}
diff --git a/wwwroot/assets/K-QR.png b/wwwroot/assets/K-QR.png
new file mode 100644
index 0000000..511a770
Binary files /dev/null and b/wwwroot/assets/K-QR.png differ
diff --git a/wwwroot/css/Site.css b/wwwroot/css/Site.css
index 1e9b5a2..e523872 100644
--- a/wwwroot/css/Site.css
+++ b/wwwroot/css/Site.css
@@ -1,9 +1,8 @@
-@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
+@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
html, body {
margin: 0px;
padding: 0px;
- background-color: #C7FFD1;
}
#content {
@@ -11,7 +10,7 @@ html, body {
padding: 5%;
margin-top: 1%;
border-radius: 10px;
-
+ position: center;
}
.img {
@@ -20,6 +19,8 @@ html, body {
margin: 10%;
}
-button {
- box-shadow: 5px 5px #d3d3d3;
-}
\ No newline at end of file
+
+form {
+ text-align: center;
+}
+
diff --git a/wwwroot/css/app.css b/wwwroot/css/app.css
index 8034dcc..4649166 100644
--- a/wwwroot/css/app.css
+++ b/wwwroot/css/app.css
@@ -2,6 +2,7 @@
html, body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
+ background-color: #C7FFD1;
}
h1:focus {