From b0b9cbdbea657e0d089b8c7ea5dcc15fe8f9de4f Mon Sep 17 00:00:00 2001
From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com>
Date: Thu, 23 Jun 2022 21:28:27 -0700
Subject: [PATCH] Add page footer

---
 page.html | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/page.html b/page.html
index 5dd3e09..1904d31 100644
--- a/page.html
+++ b/page.html
@@ -1,7 +1,17 @@
 {% extends "templates/page.html" %}
 
+{% block stylesheet %}
+{{ super() }}
+<style>
+.footer-bottom {
+    position: absolute; 
+    bottom: 0;
+}
+</style>
+{% endblock}
+
 {% block footer %}
-<div class="container text-center" style="position: absolute; bottom: 0;">
+<div class="container text-center footer-bottom" >
     <hr>
     <p>This JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino</p>
 </div>
-- 
GitLab