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

Adam• 430

@aemann2

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


The mobile version looks pretty spot on. The desktop is...kinda yikes. Once it came to styling the desktop, I felt like every decision I made when setting up the HTML for mobile-first came back to haunt me, and every style on desktop was a big headache.

Is there a strategy to setting up your HTML so it adapts well when scaled up to desktop, so you don't have to go back and add a bunch of wrapper divs and CSS overstyling? Or do you just have to look at the desktop sketch and try to anticipate all your layout shifts when you're setting up your HTML for mobile?

Community feedback

P
Chamu• 12,970

@ChamuMutezva

Posted

  • since this <div class="navbar__hamburger" id="hamburger"></div> is supposed to be interactive (button) , users of assistive technology will not be able to identify it as such, hence they won't be able to utilise it
  • the immediate child of a ul element should be an li element. A div can only come in as a child of the li element.
  • your list items Overview, marketplace, features etc should be anchor tags since generally they should be links to other pages
  • as to your question about the strategy of setting up html: i think they are somethings that cannot be avoidable until you have mastered the ins and outs of the game. The planning must be done with both or all the designs in mind but that can change during implementation resulting in the addition and or subtraction of the ideas.
1
P
Patrick• 14,325

@palgramming

Posted

Maybe someone else can help you with you SASS but it seems like you are holding the mobile navigation too long a the browser window widens

1

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