From cbb9f3bbec4baa324ee77627e7bcd0f7d1b80b5b Mon Sep 17 00:00:00 2001 From: "lucie.goigoux2" Date: Tue, 21 Nov 2023 16:36:15 +0100 Subject: [PATCH] Fix page --- Project/php/css/quiz.css | 5 +++-- Project/php/templates/quizView.html | 13 ------------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/Project/php/css/quiz.css b/Project/php/css/quiz.css index 124210e..4e97fd1 100755 --- a/Project/php/css/quiz.css +++ b/Project/php/css/quiz.css @@ -1,14 +1,15 @@ body { font-family: 'Arial', sans-serif; + background-color: #acc2c2; margin: 0; display: flex; justify-content: center; align-items: center; height: 100vh; - background-image: url("{{base}}/assets/img/nnyc.jpeg"); } #quiz { + background-color: #fff; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); padding: 20px; @@ -57,5 +58,5 @@ input { } input:hover { - background-color: blue; + background-color: #8833d2; } diff --git a/Project/php/templates/quizView.html b/Project/php/templates/quizView.html index 65cc95d..8ed5c6a 100755 --- a/Project/php/templates/quizView.html +++ b/Project/php/templates/quizView.html @@ -16,19 +16,6 @@ - {% include 'navBar.twig' %}