From 83db2ca649ee7d4068b070a032800037caf2e116 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 23 Mar 2025 04:25:46 +0500 Subject: feat: footer --- lib/partials.php | 18 ++++++++++++++++++ public/index.php | 2 ++ public/static/style.css | 5 +++++ 3 files changed, 25 insertions(+) diff --git a/lib/partials.php b/lib/partials.php index 042e5a8..1498425 100644 --- a/lib/partials.php +++ b/lib/partials.php @@ -14,4 +14,22 @@ function html_big_navbar() + + + + diff --git a/public/static/style.css b/public/static/style.css index 7671a92..69332ca 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -34,6 +34,11 @@ main { gap: 8px; } +footer { + border-top: 1px solid var(--box-border); + padding-top: 4px; +} + /** FORM */ button[type=submit] { background: linear-gradient(0deg, var(--box-tab-background), var(--background)); -- cgit v1.2.3