From 1360ea1fbd68e7b4fc453191790796210744ca29 Mon Sep 17 00:00:00 2001 From: Isabelle Date: Tue, 4 Mar 2025 16:24:19 -0300 Subject: [PATCH] Update quizz.component.css --- src/app/components/quizz/quizz.component.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/components/quizz/quizz.component.css b/src/app/components/quizz/quizz.component.css index 79c7ded..44ec4a7 100644 --- a/src/app/components/quizz/quizz.component.css +++ b/src/app/components/quizz/quizz.component.css @@ -20,12 +20,12 @@ display: flex; justify-content: center; align-items: center; - border:1px solid #4224d9; + border:1px solid #e3121d; border-radius: 8px; - background-color: #644ED2; + background-color: #043db8; width: 100%; height: 200px; - font-size: 20px; + font-size: 30px; font-family: 'Segoe UI'; margin-bottom: 20px; } @@ -41,7 +41,7 @@ .btn-option{ background-color: transparent; border-radius: 8px; - border: 1px solid #18ab29; + border: 1px solid #000000; width: 50%; display: inline-block; cursor: pointer; @@ -54,7 +54,7 @@ } .btn-option:hover{ - background-color: #5cbf2a; + background-color: #b54724; } .btn-option:active{