From e9e5657ba1e941609d7ea9064af766bb49112d96 Mon Sep 17 00:00:00 2001 From: Himanshu-kumar025 Date: Sun, 20 Oct 2024 07:29:46 +0530 Subject: [PATCH] Improve the styling of FAQ section --- client/src/component/css/About.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/client/src/component/css/About.css b/client/src/component/css/About.css index e6cb100..c596b58 100644 --- a/client/src/component/css/About.css +++ b/client/src/component/css/About.css @@ -640,6 +640,15 @@ h2 { .faq-section .container { max-width:70vw ; padding: 2rem; + + bottom: 3rem; + background-color: #c6fdff; + border-radius: 2rem; + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); +} + +.Heading-Page { + color: #16538f; } .faq-section { @@ -653,6 +662,8 @@ h2 { /* Style for the accordion body */ .accordion-body { background-color: #fff; + background: #bef5ff; + border-radius: 5px; outline: 1px solid #ced4da; color: #1000ff; @@ -669,6 +680,8 @@ h2 { /* Style for the accordion buttons */ .accordion-button { background-color: rgb(238, 241, 248); + + background: #8fe1f1; border-bottom: 4px solid rgb(255, 255, 255); border-radius: 5px; padding: 10px;