Design comparison
Community feedback
- @IamAbhiDevPosted over 1 year ago
Hey there 👋. Congratulations on completing the challenge! 🎉
Great solution! I learned a lot from your code, especially about accessibility and it helped me improve my code too!
Though one suggestion I have is to consider using the BEM naming convention for your CSS classes. BEM (Block, Element, Modifier) can help improve the readability and maintainability of your code. It provides a clear structure for naming classes and avoids potential conflicts. It will make it easier to manage and update styles as your project grows.
You can learn more about BEM here at getbem.com
Hope you find this helpful! 😃 Great solution overall :)
Marked as helpful0
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