Design comparison
SolutionDesign
Community feedback
- @joehaddad1000Posted 8 months ago
The HTML could be more semantic by using
<main>
and<section>
tags. The<img>
tag needs analt
attribute for accessibility. The CSS is responsive, but testing on various screen sizes is recommended. The CSS uses id selectors, which are not reusable. Consider using class selectors for reusability and organizing the CSS properties in a consistent order for readability. Keep up the good work!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