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

  • @JimmyJimenez2400

    Submitted

    Finding difficult to implement hamburger menu as well as mobile. I am unsure about the ways I could of handled this better, do I use height for all divs so it can be even or how? Any recommendations or resources that can help me understand will be appreciated.

    @DontMash

    Posted

    You did a really good job Jimmy! The colors and composition of elements are close to the solution.

    I would like to point out one small thing which would solidify your solution: The alignment of the elements relative to each other is incorrect. You might want to look up display: grid property. This is a resource I would suggest. Cheers ;)

    0
  • Shun.P 50

    @Shun-planet

    Submitted

    I have studied and applied the css grid to my code, but I'm still having issue as regards to the mobile view. Please check the mobile query and let me know what I did wrong. Thanks.

    @DontMash

    Posted

    Greetings Shun,

    nice try on this challenge!

    Regarding your question, it is definitly possible to query different screen sizes in CSS via Media Querries.

    You may also have a look at CSS-Grids to align the content elements in even relation to each other.

    Marked as helpful

    1
  • @yozan21

    Submitted

    I've just started in web development. The difficult part was the positioning of the elements.

    I'm unsure of the full size of the page (I think it is larger than it should be).

    @DontMash

    Posted

    First of it's amazing to see what you have accomplished early on.

    Concerning your placement/positioning of the elements you should have a look at flex/grid display options. These will help you position elements in relation to each other.

    Some learning resources:

    There are also many interactive learning application out there. Have fun coding!

    0