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

All comments

  • nikoProg 120

    @nikoProg

    Posted

    Good job on completing the challenge!

    Most of the time, apps are designed mobile-first. Also, in this challenge's case, it is much simpler to position elements for mobile than big desktop screens.

    Marked as helpful

    1
  • nikoProg 120

    @nikoProg

    Posted

    Open the developer console(F12 or right click > inspect) and start editing HTML and CSS directly as you view the page. This can help when you can't be quite sure what part of your code is changing what part of your page.

    Body's min-height is 600vh, which means 600% of your user's viewport height. This was the most jarring thing for me, because it immediately shows in the design comparison on the solution page. Could you share why have you decided to write that?

    Also, if you truly get stuck on something, but it is not too big of a project, maybe you can try again, with a clean slate, it could be faster than trying to figure out what you messed up before. Since there are many similar challenges on this site, I think you could just continue and do them. That way, you could see your progress too!

    0