Design comparison
Solution retrospective
I am proud of completing the project, and I wouldn't not change anything.
What challenges did you encounter, and how did you overcome them?I was having trouble placing elements with grid because I was used to flexbox and working in 2d was a different experience but I figured it out. I also hadn't used background image so I was unaware how to use attachment. I looked it up and figured out I was using fixed instead of local.
What specific areas of your project would you like help with?I would welcomed any feedback especially how I used css grid. I was wondering how you would center your grid items to the center of the screen responsively.
Community feedback
- @PeterBachman100Posted 6 months ago
There is a super easy way to center the whole grid in the center of the screen. Just set the parent container of the grid to display: grid; place-items: center;
Hope that helps!
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