Design comparison
SolutionDesign
Community feedback
- @denieldenPosted about 2 years ago
Hi Gavin, congratulations on completing the challenge, great job! 😁
Some little tips for optimizing your code:
- use
header
tag outside ofsection
- use
nav
tag instead of a simplediv
to the container of navigation menuul
for improve the Accessibility - use
ul
for the navbar link and improve the Accessibility - add
main
tag and wrap all sections (the all main content of the page) for improve the Accessibility - you can use
picture
tag to change image by resolution -> read here - the responsive and hover effect not work
- instead of using
px
use relative units of measurement likerem
-> read here
Hope this help! Happy coding 😉
0 - use
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