diff --git a/static/css/style.css b/static/css/style.css index fc50566..72fe258 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -67,4 +67,10 @@ h3 { color: #FAFAFA; font-size: 40px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); +} + +.image { + display: flex; + justify-content: center; + align-items: center; } \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index c53c09d..0ad6668 100644 --- a/templates/base.html +++ b/templates/base.html @@ -21,7 +21,7 @@

DIVE DEEPER

{% block container %} {% endblock %}
- otter.gif + otter.gif