From 8827adf860ef068c88083b31bc14622737ee65a5 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Fri, 18 Sep 2020 00:22:51 +1000 Subject: [PATCH] added a footer --- Pages/Shared/_Layout.cshtml | 4 ++++ wwwroot/css/style.css | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml index 729d427..1af238a 100644 --- a/Pages/Shared/_Layout.cshtml +++ b/Pages/Shared/_Layout.cshtml @@ -21,6 +21,10 @@
class = "no-padding"}}> @RenderBody()
+ + diff --git a/wwwroot/css/style.css b/wwwroot/css/style.css index c2cbff2..3d1178f 100644 --- a/wwwroot/css/style.css +++ b/wwwroot/css/style.css @@ -112,6 +112,14 @@ main:not(.no-padding) { padding: 20px; } +footer { + background-color: #eee; + text-align: center; + font-size: 0.8em; + font-style: italic; + padding: 3px; +} + .documents { display: flex; flex-direction: column;