Design comparison
Community feedback
- @st0272Posted 2 months ago
The HTML and CSS code you provided is well-structured but could benefit from a few improvements for better accessibility, maintainability, and design.
-
Ensure that the <h4> tag follows the appropriate heading structure. It's better not to use an <h4> tag before an <h1>. It might be better to use a <p> tag instead of an <h4>.
-
Inline styles are not good for maintainability, so it's better to use external CSS files.
-
The
.card
doesn't have a border. -
The content size on the desktop version is slightly smaller compared to the design file. Please make sure to measure the padding, image sizes, and other elements correctly.
I think it could be even better with a little more attention to detail. Keep up the good work!
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