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 +