FAQs Accordion Interactive Component

Solution retrospective
looking for accessibility suggestions, thank you.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MarziaJalili
Flawlessly coded! 🎉
🌟 A tiny little tip?
✅ Use the transition property for the paragraphs so they can be toggled smoothly:
transition: 0.5s ease;
✅ This will affect all the properties whenever the class name changes, making sure that the changes will occur 500 milliseconds later, which will make it look even better.
Other than that, I struggled a lot, but still failed to find any issues. 😳
Good luck building masterpieces! 🔥
Join 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