Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
Subhajit-2023-44 committed Nov 2, 2024
1 parent 2813ecd commit 8b62911
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -483,12 +483,15 @@ <h3 class="faq-title">Submit Your Feedback or Ask a New Question</h3>
color: #ffffff; /* White text */
border: 1px solid #4caf50; /* Green border */
transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
max-width: 1400px;
margin-left: 40px;

}

.accordion-button:hover {
background-color: white; /* Slightly lighter on hover */
color: #007bff; /* Light color on hover */
box-shadow: 0 0 20px rgba(76, 175, 80, 1); /* Neon glow */
box-shadow: 0 0 20px rgba(76, 175, 80, 1); /* Neon glow */
}

.accordion-item {
Expand All @@ -500,6 +503,9 @@ <h3 class="faq-title">Submit Your Feedback or Ask a New Question</h3>
color: #007bff; /* Light gray text for body */
border-radius: 5px;
padding: 15px;
max-width: 1400px;
margin-left: 40px;

}

/* Feedback section styles */
Expand Down

0 comments on commit 8b62911

Please sign in to comment.