From 9f505ca6ab2a0da30d346422c6661d186bb33436 Mon Sep 17 00:00:00 2001 From: GEI22857 Date: Mon, 27 Feb 2023 20:03:29 +0100 Subject: [PATCH] =?UTF-8?q?Footer=20hinzugef=C3=BCgt=20(unfertig)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Shared/Footer.razor | 20 ++++++++++++++++++++ Shared/Footer.razor.css | 13 +++++++++++++ Shared/MainLayout.razor | 2 ++ y4f.sln | 2 +- 4 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 Shared/Footer.razor create mode 100644 Shared/Footer.razor.css diff --git a/Shared/Footer.razor b/Shared/Footer.razor new file mode 100644 index 0000000..66acf10 --- /dev/null +++ b/Shared/Footer.razor @@ -0,0 +1,20 @@ + + +@code { + +} diff --git a/Shared/Footer.razor.css b/Shared/Footer.razor.css new file mode 100644 index 0000000..7c2a052 --- /dev/null +++ b/Shared/Footer.razor.css @@ -0,0 +1,13 @@ +a { + color: #000000; + text-decoration: none; +} + +a:hover, a:focus { + color: #2A6496; + text-decoration: underline; +} + +h6 { + color: red; +} \ No newline at end of file diff --git a/Shared/MainLayout.razor b/Shared/MainLayout.razor index a9da670..6a18f81 100644 --- a/Shared/MainLayout.razor +++ b/Shared/MainLayout.razor @@ -9,4 +9,6 @@ @Body + +