From afd0a07147c1f7f1ed0e261348251d0de0db415f Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 16 Jul 2022 19:13:39 +0200 Subject: [PATCH] frontend: Add footer --- index.html | 11 +++++++++++ style.css | 6 ++++++ 2 files changed, 17 insertions(+) diff --git a/index.html b/index.html index 9908420..dd4f166 100644 --- a/index.html +++ b/index.html @@ -40,6 +40,17 @@
+ + diff --git a/style.css b/style.css index 2a0edd5..d9c05d1 100644 --- a/style.css +++ b/style.css @@ -22,3 +22,9 @@ body { font-family: monospace; line-break: anywhere; } + +footer { + margin-top: 1em; + border-top: 1px solid black; + font-size: 14px; +}