Design comparison
SolutionDesign
Community feedback
- @tunaertenPosted 15 days ago
First of all, congratulations on completing the project! The design and functionality are almost identical to the provided example.
- The first thing I noticed was that only the first accordion menu's minus
icon
changes when the menus are opened. I think you could fix this with a small code update. - Also, the project brief suggests implementing it without JavaScript, so you might consider using the
details
andsummary
semantic HTML elements for this. (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) - Additionally, using ARIA attributes would help specify the purpose of your HTML elements. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA) Good luck! 👍
0 - The first thing I noticed was that only the first accordion menu's minus
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