From 2115400ee09403a1bfda1593ff2a803c59cf723d Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Thu, 23 Jun 2022 22:34:06 -0700 Subject: [PATCH] Add page footer --- page.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/page.html b/page.html index 1da55ae..6e746ea 100644 --- a/page.html +++ b/page.html @@ -4,7 +4,9 @@ {{ super() }} <style> .footer-bottom { - margin-top: 50%; + <!-- margin-top: 50%; --> + position: fixed; + bottom: 0; text-align: center; } </style> -- GitLab