Hello, For the background image, how can I integrate it differently so that the responsive is simpler? Thank you for your answers
ah298
@ah298All comments
- @Matth-BenSubmitted almost 4 years ago@ah298Posted almost 4 years ago
Hye Matthias Benoit, I cannot see your code when i clicked on “view code” button 🤔
0 - @replicant1986Submitted almost 4 years ago
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.
@ah298Posted almost 4 years agoHello! 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 - @NoorAlhijabSubmitted almost 4 years ago
I'd appreciate any feedback.
@ah298Posted almost 4 years agoHye 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 - @fantee-hubSubmitted about 4 years ago