From 23d3743be3e812a419daef0e1fd74999dc18e0cc Mon Sep 17 00:00:00 2001
From: zha19115 <105790331+zha19115@users.noreply.github.com>
Date: Mon, 20 Feb 2023 16:48:12 +0100
Subject: [PATCH 01/14] Update Index.razor
---
Pages/Index.razor | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Pages/Index.razor b/Pages/Index.razor
index 6085c4a..b23d534 100644
--- a/Pages/Index.razor
+++ b/Pages/Index.razor
@@ -2,8 +2,8 @@
Index
-
-
Herzlich Willkommen!
+
+
Herzlich Willkommen!
+
+
+
\ No newline at end of file
diff --git a/wwwroot/css/Site.css b/wwwroot/css/Site.css
new file mode 100644
index 0000000..274d8e7
--- /dev/null
+++ b/wwwroot/css/Site.css
@@ -0,0 +1,18 @@
+#content {
+ background-color: #C7FFD5;
+ padding: 10%;
+}
+
+
+img {
+ height: 50%;
+ max-width: 50%;
+ text-align: center;
+}
+
+
+button {
+ text-align: center;
+ position: center;
+}
+
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
+
From e61ff76dfb93b44c943fe4393729393299daab44 Mon Sep 17 00:00:00 2001
From: zha19115 <105790331+zha19115@users.noreply.github.com>
Date: Mon, 20 Feb 2023 16:48:12 +0100
Subject: [PATCH 06/14] Update Index.razor
---
Pages/Index.razor | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Pages/Index.razor b/Pages/Index.razor
index 6085c4a..b23d534 100644
--- a/Pages/Index.razor
+++ b/Pages/Index.razor
@@ -2,8 +2,8 @@
Index
-
Hello, world!
-Welcome to your new app.
-
+
+
Herzlich Willkommen!
+
From 6a9927b8fc4ef2312237aafa4eda5468a40d967e Mon Sep 17 00:00:00 2001
From: zha19115 <105790331+zha19115@users.noreply.github.com>
Date: Mon, 20 Feb 2023 17:21:47 +0100
Subject: [PATCH 07/14] Update Index.razor
---
Pages/Index.razor | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/Pages/Index.razor b/Pages/Index.razor
index b23d534..058c7fe 100644
--- a/Pages/Index.razor
+++ b/Pages/Index.razor
@@ -2,8 +2,13 @@
Index
+
-
-
Herzlich Willkommen!
-
+
+
+
+
+
Herzlich Willkommen!
+
+
\ No newline at end of file
From 6aa1593f76f1a2ea58cce06f7fae7c32cc2a9bf3 Mon Sep 17 00:00:00 2001
From: zha19115 <105790331+zha19115@users.noreply.github.com>
Date: Mon, 20 Feb 2023 16:48:12 +0100
Subject: [PATCH 08/14] Update Index.razor
---
Pages/Index.razor | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Pages/Index.razor b/Pages/Index.razor
index 058c7fe..abe4ef0 100644
--- a/Pages/Index.razor
+++ b/Pages/Index.razor
@@ -2,6 +2,7 @@
Index
+
@@ -11,4 +12,4 @@
Herzlich Willkommen!
-
@@ -13,3 +15,4 @@
-
Herzlich Willkommen!
+
+
+
Herzlich Willkommen!
-
+
-
diff --git a/Shared/Startseite.razor b/Shared/Startseite.razor
index ff9944e..107ac23 100644
--- a/Shared/Startseite.razor
+++ b/Shared/Startseite.razor
@@ -4,8 +4,8 @@
-
+
@Body
-
+
\ No newline at end of file
diff --git a/wwwroot/css/Site.css b/wwwroot/css/Site.css
index 26e5f07..e5e57d3 100644
--- a/wwwroot/css/Site.css
+++ b/wwwroot/css/Site.css
@@ -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;
+}
diff --git a/y4f.csproj b/y4f.csproj
index f5e9a37..9bb7029 100644
--- a/y4f.csproj
+++ b/y4f.csproj
@@ -7,6 +7,10 @@