From 2aabcf20bd68ec6c9a4567355aa72480c8d27d1d Mon Sep 17 00:00:00 2001 From: Pushpendra4950 Date: Tue, 23 Jan 2024 16:06:14 +0530 Subject: [PATCH] done --- index.html | 6 +++--- style.css | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index eef7d86..986ff5b 100644 --- a/index.html +++ b/index.html @@ -8,8 +8,8 @@ Quiz App - -
+ +
Question
@@ -20,7 +20,7 @@
- +
diff --git a/style.css b/style.css index f38f043..5a8c41f 100644 --- a/style.css +++ b/style.css @@ -19,6 +19,8 @@ justify-content: center; align-items: center; background-color: hsl(var(--hue), 100%, 20%); + background-repeat: no repeat; + background-size: 100%; } body.correct {