Skip to content

Commit

Permalink
Improve the styling of FAQ section
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu-kumar025 committed Oct 20, 2024
1 parent 7c2dd21 commit e9e5657
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions client/src/component/css/About.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit e9e5657

Please sign in to comment.