Mobile landing page using CSS flexbox

Please log in to post a comment
Log in with GitHubCommunity feedback
- @D3press3dd
Hi, just a few things -Dont use a static 85vh to the height because if i have a 4k screen, it will looks really weird, like this Preview
-remember that if you add
flex
orgrid
the first level of childrens well be affect, the level 2 children not, so youre aplying flex to thecontainer
instead of the divcard
for that reason the content overflow it, look Preview-remember that you need to add the desktop version , if youre a little bit confuse maybe check some solutions on the community, you can check my solution too and thats it
happy coding, if you have doubts, you can write me without problem💞💞
Marked as helpful
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