From 2baf5540c3c565b7380c0a5bc305da7a831770dd Mon Sep 17 00:00:00 2001 From: jsikken <130744129+jsikken@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:20:36 +0200 Subject: [PATCH] Update index.html De pagina is nu voorzien van een footer. --- index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/index.html b/index.html index 4ea32d7..41ad470 100644 --- a/index.html +++ b/index.html @@ -67,6 +67,15 @@ margin-left: 0; margin-top: 20px; } + } + footer { + text-align: center; + padding: 10px; + background-color: #f1f1f1; + position: fixed; + left: 0; + bottom: 0; + width: 100%; } @@ -95,6 +104,13 @@