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

  • ah298 165

    @ah298

    Posted

    Hye Matthias Benoit, I cannot see your code when i clicked on “view code” button 🤔

    0
  • Cody 225

    @replicant1986

    Submitted

    Any feedback is welcome. I'm having trouble with my @media css settings on mobile devices. I'm not sure what I'm doing wrong. When I look at it in Firefox it is fine, but mobile devices don't recognize my css.

    ah298 165

    @ah298

    Posted

    Hello! Nice job, the desktop version looks good. For the media query, I think you should be consistent whether you want to use min-width or max-width.

    If you build your website starting from desktop layout --> mobile layout, use max-width. the larger screen on top of small screen. For example, @media(max-width:1000px){ } then, @media(max-width: 700px).

    else, if you are doing mobile-first (which is the recommended way), use min-width. for min-width, small screen followed by larger screen. For example, @media(min-width: 700px) then, @media(min-width:1000px){ } .. hope this helps!

    1
  • ah298 165

    @ah298

    Posted

    Hye NoorAlhijab, your website is working great! this is only a suggestion, maybe you can make the menu in mobile view position fixed. So that if user scroll the page, they can still see the menu Other than that, everything is amazing.

    0
  • ah298 165

    @ah298

    Posted

    the animation is awesome!

    0