Design comparison
SolutionDesign
Solution retrospective
Hello this is my second challenge on here, I would appreciate any feedback, advice, or comments, thank you. I do have one question, how do I make my columns resize at the same rate? When I expand the page, some of the columns become longer than the other.
Community feedback
- @MieszkoKowalikPosted about 3 years ago
To make the columns resize at the smae rate set align-items property to stretch. You will also have to delete the height 100% rule from the children as this blocks the stretching.
Marked as helpful1
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