Design comparison
SolutionDesign
Solution retrospective
Hi all,
This is my second challenge on CSS grid, I can say I feel much more comfortable on the grid part. The challenging part for me was the alignment of footer at the bottom, I referred stackoverflow for it, where I found a solution in which the footer is placed within the <body>tag and then in CSS they used display: grid for body and display flex and align-self: end for the footer part.
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