
Design comparison
Solution retrospective
suggestions welcome
Community feedback
- @drishti1920Posted 2 months ago
-
Event Targeting You're correct that adding the event listener to the entire .subtitle div (instead of just .question) would improve the user experience. It ensures users can toggle the accordion by clicking anywhere on the question's container, not just the text.
-
Improper id Usage Using the same id="answer" for all <p> elements is invalid since IDs must be unique within the document. Use classes instead.
-
Font Family Issue In the body rule:
font-family: '', sans-serif;
The font-family is empty. Include the correct font.
0 -
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord