From 82fd0173e99ebd6f167eeedd5ee2b2d8c35fdd97 Mon Sep 17 00:00:00 2001
From: zha19115 <105790331+zha19115@users.noreply.github.com>
Date: Mon, 20 Feb 2023 19:16:41 +0100
Subject: [PATCH] Startpage added
---
Pages/Index.razor | 7 +++++--
wwwroot/css/Site.css | 18 ++++++++++++++++++
wwwroot/index.html | 1 +
3 files changed, 24 insertions(+), 2 deletions(-)
create mode 100644 wwwroot/css/Site.css
diff --git a/Pages/Index.razor b/Pages/Index.razor
index 058c7fe..b97fad2 100644
--- a/Pages/Index.razor
+++ b/Pages/Index.razor
@@ -8,7 +8,10 @@
-
-
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
+