Design comparison
Solution retrospective
Being able to use the grid
CSS property to style this complex layout gave me a sense of improvement and progress. Using grid-template-rows
and grid-template-columns
I was able to set the appropriate width
and height
of the assigned grid-template-areas
.
One of the common challenge I faced was content overflowing it's container. I had to set the container to overflow: hidden
and then set the content's width
and height
in percentages proportionate to its container.
I am somewhat comfortable with my grid layout but managing the content of the grid is where my challenge lies. How can I style grid-container content such that it doesn't over floe it's container
Community feedback
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