Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Desktop design screenshot for the Blogr landing page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Community feedback

Travolgi 🍕 31,420

@denielden

Posted

Hi Gavin, congratulations on completing the challenge, great job! 😁

Some little tips for optimizing your code:

  • use header tag outside of section
  • use nav tag instead of a simple div to the container of navigation menu ul 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 like rem -> read here

Hope this help! Happy coding 😉

0

Please log in to post a comment

Log in with GitHub
Discord logo

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