
Design comparison
Solution retrospective
I am able to understand the differences between the flex and grid properties.
What challenges did you encounter, and how did you overcome them?The contents of the bottom grids kept going out of the container. I learn to use the overflow element.
What specific areas of your project would you like help with?how can I make the top contents align without disrupting the other contents layout?
Community feedback
- P@gawlasPosted about 2 months ago
how can I make the top contents align without disrupting the other contents layout?
you can remove 'grid-template-rows' from '.container' class so the grid row height will be calculated based on its content
Marked as helpful0
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