diff --git a/sass/_footer.scss b/sass/_footer.scss new file mode 100644 index 0000000..e69de29 diff --git a/sass/main.scss b/sass/main.scss index 32ecf3e..2d9a9dc 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -15,5 +15,16 @@ main { } footer { - margin-top:auto; + margin-top: auto; + padding: 3em; + text-align: center; + color: #ECEFF4; + background-color: #2E3440; + border-top: 5px solid; + border-image: linear-gradient(to right, #BF616A 20%, #D08770 20%, #D08770 40%, #EBCB8B 40%, #EBCB8B 60%, #A3BE8C 60%, #A3BE8C 80%, #B48EAD 80%) 5; + + p:nth-child(2) { + margin-top: .5rem; + font-weight: bold; + } } diff --git a/templates/base.html b/templates/base.html index ab8c6fd..5599506 100644 --- a/templates/base.html +++ b/templates/base.html @@ -17,6 +17,8 @@ {% block content %}{% endblock content %}