Design comparison
Community feedback
- @snguyen56Posted 3 days ago
Nice job on finishing the component!
I have a few suggestions that may help to improve your code:
-
The mobile design looks great, but it seems that you have skipped doing the desktop design. You can add styling for desktop screens using media queries at a breakpoint of your choosing (info on media queries).
-
Do not skip heading levels. Always go sequentially when using heading elements (<h1>,<h2>,<h3>,etc.). If you're using different heading levels for their default stylings, it is better to add your own custom styles to the element rather than using headings out of order. This helps screen readers parsing your website and avoids confusion from users who use such software (Section Heading Usage).
-
Some of your CSS styles do not line up accurately with the given design. You can refer to the style guide file for some base style information on the design.
I hope you find this information helpful!
Good luck on your future projects 🙂!
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