From fb5e7ba5e3dec9d891397fbcfffce2d2e1234fe5 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Fri, 6 May 2022 21:06:15 +0200 Subject: [PATCH] Add footer --- src/ref.html | 8 ++++++-- src/static/css/main.css | 12 ++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/ref.html b/src/ref.html index 881b6db..ad15737 100644 --- a/src/ref.html +++ b/src/ref.html @@ -11,8 +11,6 @@ -

Hello World!

- +

Hello World!

+

Hello World!

Hello World!

Hello World!

@@ -52,5 +52,9 @@
  • Item 3
  • Item 4
  • + + diff --git a/src/static/css/main.css b/src/static/css/main.css index a357179..a877621 100644 --- a/src/static/css/main.css +++ b/src/static/css/main.css @@ -12,6 +12,7 @@ --text-00: #ffffffde; --bg-00: #000000; + --bg-01: #dedede; --link: #0066ffde; } @@ -89,3 +90,14 @@ nav img { ul {list-style-type: "–"} ol {list-style-type: decimal-leading-zero} li {padding-left: .5rem} + +footer { + background: var(--bg-01); + bottom: 0; + left: 0; + right: 0; + text-align: center; + height: 4rem; + padding: 1rem; + line-height: 2rem; +}