Landing Page with html and sass

Solution retrospective
Any feedback on better responsive design or ways to clean up/make the code more efficient would be great! Thanks!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @muhammadshajjar
Hi Ryan, it is well responsive and works well on all viewports. your solution is really close to the design. Well done.
I would like to add some points.
- try to use
rem
or sometimesem
to avoid usingpx
. - heading levels should decrease by one.
h2-h6
. Only oneh1
per page. - your page should contain one
main
landmark. Try to use proper HTML semantics. e.g footer, main, etc.
Good luck on your next challenges.
Marked as helpful - try to use
Join 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