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 using flexbox

@robpan38

Desktop design screenshot for the Blogr landing page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


-any feedback is welcome uwu

Community feedback

@GHamza-Dev

Posted

Hi Robert Pandele👋

I have some suggestions for you (I would really push myself to take into consideration the following suggestions)

  • Use h1,h2,h3... if needed instead of div or p (title,titel2,editorTitle...).
  • Use anchor tag a for links.
  • Use img tag for your logos with alt attribute (<img src="images/logo.svg" alt="blogr"/>).
  • Use ul element for lists (lists of links in the footer and dropdown menus).
  • For the humburder button should have a cursor pointer:
.hamburger {
    ....
   cursor: pointer;
   ...
}

Otherwise, you did a nice job!

HAPPY CODDING!!

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