From bf8776a4f9b2621e647fe7049189252bb0448ac5 Mon Sep 17 00:00:00 2001 From: zha19115 <105790331+zha19115@users.noreply.github.com> Date: Mon, 27 Feb 2023 17:24:25 +0100 Subject: [PATCH] new startpage --- Pages/Index.razor | 6 +++--- wwwroot/css/Site.css | 15 ++++++++++++--- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/Pages/Index.razor b/Pages/Index.razor index d31070c..5851de9 100644 --- a/Pages/Index.razor +++ b/Pages/Index.razor @@ -12,9 +12,9 @@
-

Herzlich Willkommen!

- -
+

Herzlich Willkommen!

+ +
diff --git a/wwwroot/css/Site.css b/wwwroot/css/Site.css index 274d8e7..76ec147 100644 --- a/wwwroot/css/Site.css +++ b/wwwroot/css/Site.css @@ -1,11 +1,20 @@ -#content { - background-color: #C7FFD5; +#center { + + margin-left: auto; + margin-right: auto; + width: 50%; +} + + + +#content { + background-color: #C7FFD1; padding: 10%; } img { - height: 50%; + height: auto; max-width: 50%; text-align: center; }