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

---
 <style>.html | 12 ++++++++++++
 page.html    |  4 +---
 2 files changed, 13 insertions(+), 3 deletions(-)
 create mode 100644 <style>.html

diff --git a/<style>.html b/<style>.html
new file mode 100644
index 0000000..e4f5122
--- /dev/null
+++ b/<style>.html
@@ -0,0 +1,12 @@
+<style>
+.footer-bottom {
+    margin-top: auto;
+    margin-left: auto;
+    text-align: center;
+}
+</style>
+
+<div class="footer-bottom">
+    <hr style="width:50%"">
+    <p>This JupyterHub is provided by the </p>
+</div>
\ No newline at end of file
diff --git a/page.html b/page.html
index 4b4d7ce..127e814 100644
--- a/page.html
+++ b/page.html
@@ -5,9 +5,7 @@
 <style>
 .footer-bottom {
     margin-top: auto;
-    <!-- margin-left: auto; -->
-    <!-- position: fixed; -->
-    <!-- bottom: 0; -->
+    margin-left: auto;
     text-align: center;
 }
 </style>
-- 
GitLab