Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am most proud of my application of the CSS grid.
Next time, I would use grid template areas instead of defining the grid columns and rows the way I did.
What challenges did you encounter, and how did you overcome them?How to get the attribution footer to be at the bottom of the desktop page (a recurring struggle). I overcame it by doing some research and I found that the easiest way that allows for the most customization is by making the body element have a min-height: 100vh, display: grid, grid-template-rows: 1fr auto. Additionally, on the attribution itself define a min-height.
What specific areas of your project would you like help with?Any feedback is welcome!
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