diff --git a/<style>.html b/<style>.html new file mode 100644 index 0000000000000000000000000000000000000000..e4f5122a5a4bdd3669bf48816498f9c54fc84f42 --- /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 4b4d7ce90a0c9806408d4aa44a459b051801bd11..127e8147a72c43a59fde841dadefa018a891b71f 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>