
Design comparison
SolutionDesign
Community feedback
- P@stevensunaPosted about 1 month ago
You've built a functional and reasonably well-structured component. To take it to the next level, focus on:
- CSS Organization: Use an external stylesheet and consider CSS variables.
- DRY Principle in CSS: Reduce redundancy by creating reusable classes and modifier classes.
- Semantic HTML: Explore using more semantic HTML5 elements where appropriate.
- Accessibility: Pay attention to alt text for meaningful images and consider further ARIA attributes if needed for more complex interactions (though likely not necessary for this component).
- Performance: Use <link> for fonts, optimize images.
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