diff --git a/flask_base/static/style.css b/flask_base/static/style.css index 581383e..de0832c 100644 --- a/flask_base/static/style.css +++ b/flask_base/static/style.css @@ -5,7 +5,8 @@ body { color: #00ff88; font-family: "Courier New", monospace; margin: 2rem; - line-height: 1.5; + line-height: 1.5; + text-align: center; } header { diff --git a/flask_base/templates/quiz.html b/flask_base/templates/quiz.html index a5b3c7e..2b92f48 100644 --- a/flask_base/templates/quiz.html +++ b/flask_base/templates/quiz.html @@ -8,8 +8,7 @@ {% include 'header.html' %} -