From 64576ed38c4221fb9bf68e534b735387ff830c23 Mon Sep 17 00:00:00 2001 From: KapuluruBhuvaneswariVspdbct Date: Sat, 9 Nov 2024 20:22:07 +0530 Subject: [PATCH] solved #4846 #4847 --- assets/html/fine.html | 72 ++++++++++++++++++++++++++----------------- assets/html/ram.html | 45 +++++++++++++++++++++++++-- 2 files changed, 85 insertions(+), 32 deletions(-) diff --git a/assets/html/fine.html b/assets/html/fine.html index 9874a4f9..c51bda61 100644 --- a/assets/html/fine.html +++ b/assets/html/fine.html @@ -47,6 +47,12 @@ .option { margin: 5px 0; /* Space between options */ } + + .solution { + margin-top: 10px; + text-align: left; + } + @@ -59,6 +65,7 @@

A Fine Balance Quiz

+ - \ No newline at end of file + diff --git a/assets/html/ram.html b/assets/html/ram.html index d46c191a..56992271 100644 --- a/assets/html/ram.html +++ b/assets/html/ram.html @@ -47,6 +47,12 @@ .option { margin: 5px 0; /* Space between options */ } + + .solution { + margin-top: 10px; + text-align: left; + } + @@ -59,6 +65,7 @@

The Ramayana Quiz

+ - \ No newline at end of file +