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

Submitted

Blogr landing page solution

Aldi Joko 410

@aldijoko

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 Aldi, congratulations on completing the challenge, great job! 😁

Some little tips for optimizing your code:

  • add header tag and wrap the navbar for improve the Accessibility
  • add main tag and wrap the all main content of page for improve the Accessibility
  • add footer tag and wrap the footer dark of page for improve the Accessibility
  • add descriptive text in the alt attribute of the images
  • the image of section are broken because url in the css sheet is wrong background-image: url(images/illustration-laptop-desktop.svg)
  • alternatively you can use the picture tag which allows you to change image based on resolution for section images -> read here
  • the mobile navbar pannel isen't centered
  • add transition on the element with hover effect
  • instead of using px or % 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