From c574a8b6643beb3df1b36487959c24508769bde3 Mon Sep 17 00:00:00 2001 From: detteeretran <93710562+detteeretran@users.noreply.github.com> Date: Thu, 11 Nov 2021 15:03:43 +0100 Subject: [PATCH 1/2] Update style.css --- css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/style.css b/css/style.css index d8ae55e..888e369 100644 --- a/css/style.css +++ b/css/style.css @@ -318,3 +318,13 @@ body{ object-fit: contain; } +/*footer*/ +#pageFooter{ + postion: absolute; + bottom: 0; + width: 100%; + height: 15%; + background: #f1cf91; +} + + From cd1c59e1fbc7442681761983fd7442b9d808f26d Mon Sep 17 00:00:00 2001 From: detteeretran <93710562+detteeretran@users.noreply.github.com> Date: Thu, 11 Nov 2021 15:34:04 +0100 Subject: [PATCH 2/2] Update style.css --- css/style.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index 888e369..2b5cae7 100644 --- a/css/style.css +++ b/css/style.css @@ -320,11 +320,16 @@ body{ /*footer*/ #pageFooter{ - postion: absolute; - bottom: 0; - width: 100%; - height: 15%; - background: #f1cf91; + postion: fixed; + bottom: 0px; + left: 0px; + right: 0px; + margin-bottom: 0px; + height: 20%; + width: 100%; + text-align: center; + background: #f1cf91; + }