diff --git a/tiny0/static/style.css b/tiny0/static/style.css index 71a4560..038027b 100644 --- a/tiny0/static/style.css +++ b/tiny0/static/style.css @@ -83,3 +83,38 @@ body { padding: 0; margin: 3% 0 -2vh 0; } + +.page-container { + position: relative; + min-height: 100vh; +} + +.content-wrap { + padding-bottom: 2.5rem; +} + +footer { + position: absolute; + bottom: 0; + width: 100%; + height: 2.5rem; + margin-bottom: 5vh; +} + +.footer-list { + list-style: none; + text-align: center; +} + +.footer-list li { + color: #ffffff; +} + +.footer-list li a:link { + color: #bb86fc; + text-decoration: none; +} + +.footer-list li a:hover { + color: #7b59a5; +} diff --git a/tiny0/templates/layout.html b/tiny0/templates/layout.html index f2851ea..f69ba79 100644 --- a/tiny0/templates/layout.html +++ b/tiny0/templates/layout.html @@ -9,6 +9,18 @@ tiny0 - Custom URL Shortener +
+
+ {% block body %}{% endblock %} +
+
+ +