diff --git a/static/styles.css b/static/styles.css index bf70995..22ca9ee 100644 --- a/static/styles.css +++ b/static/styles.css @@ -20,10 +20,13 @@ h2 { } #footer { - height: 3em; background-color: hsla(38, 33%, 20%, 0.5); } +#bottomBar,div.nav-item { + text-align: center; +} + ul#flashes { } diff --git a/templates/base.html b/templates/base.html index cf22336..c1bddbc 100644 --- a/templates/base.html +++ b/templates/base.html @@ -34,12 +34,17 @@ +
+
- {% include 'navbar.html' %} +
+ {% include 'navbar.html' %} +
-
+
+
{% if get_flashed_messages() %}
    {% for category, msg in get_flashed_messages(with_categories=True) %} @@ -49,7 +54,7 @@ {% endif %}
-
+
{% block content %} @@ -62,11 +67,15 @@
+
+