Design comparison
Solution retrospective
Hi,
I had quite a struggle with this one but when I look at it now, it was pretty much straight forward. I had so many moments that I wanted to quit. I am getting little bit lost in the flex box, padding and margin.
When I do media query at 1035px (max width) .container { flex-direction:column} only part of the image can be seen. What is the reason ?
Anyways, any tips and tricks are welcome.
Community feedback
- @vinaypuppalPosted about 3 years ago
Hey, I hear you. Flexbox can be a little hard to start with, for me, this video series from wesbos helped me to understand it easily.
Regarding you question, the reason is because of
overflow: hidden
andmax-height: 446px;
on.container
class.1
Please log in to post a comment
Log in with GitHubJoin 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