From 31c8fa8b5f2ae140a7e41ecbb6ae9607184ae52f Mon Sep 17 00:00:00 2001 From: Yoan Guerin Date: Fri, 5 Dec 2025 06:05:29 +0100 Subject: [PATCH] qcm --- flask_base/static/style.css | 3 ++- flask_base/templates/quiz.html | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) 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' %} -

page du quiz

- + {% include 'question.html' %}

continue to get your final score...