
Design comparison
Solution retrospective
I found out where I waste too much time, Next time I can take less time not having this problem
What challenges did you encounter, and how did you overcome them?I forgot that I set a max-width for the card component and I forgot that flex defaults flex item to shrink, this simple mistake made me waste a lot of time. My image inside the flex container was not stretching to fill the container. The real reason was due to max-width set on the container, the flex shrink property on the flex item comes into effect and it was shrinking and not filling up the space. It was such a simple thing but for some reason, I didn't catch it and took way too much time on this challenge.
What specific areas of your project would you like help with?.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @abdizahir
tnx
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