From a3c358fe06d5980d9feb113674d3cffcd69e50f4 Mon Sep 17 00:00:00 2001 From: OvenMagnetron Date: Sun, 26 May 2024 00:25:38 +0200 Subject: [PATCH] JK - Added temp footer --- public/styles/main.css | 12 ++++++++++++ views/partials/foot.ejs | 3 +-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/public/styles/main.css b/public/styles/main.css index 9267f353..bc3530ed 100644 --- a/public/styles/main.css +++ b/public/styles/main.css @@ -164,6 +164,15 @@ main{ /* footer */ footer{ + margin-top: 2em; + height: 5em; + display: flex; + justify-content: center; + text-align: center; + background-color: black; + color: #fff; + padding: 2em; + font-family: var(--medium-text); } /* media queries */ @@ -234,6 +243,9 @@ footer{ /* outline: solid rgb(92, 163, 88); */ } footer { + background-color: var(--main-bg-color); + color: var(--text-color); + border-top: #000000 solid 3px; } } diff --git a/views/partials/foot.ejs b/views/partials/foot.ejs index 351d8df6..1d331de5 100644 --- a/views/partials/foot.ejs +++ b/views/partials/foot.ejs @@ -1,8 +1,7 @@