From 56255c265569513a6e59e82bf77897c510243a9d 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 5669d30..d31070c 100644 --- a/Pages/Index.razor +++ b/Pages/Index.razor @@ -11,8 +11,11 @@ -
-

Herzlich Willkommen!

+
+

Herzlich Willkommen!

+ +
+
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 +