testimonials-grid-section-main

Solution retrospective
using grid in general
What specific areas of your project would you like help with?i would like to know how i can improve my code, especially how can i position content in .container better without using .container-outer with flex positioning
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@djlaw90
I did this on the <body> to center my grid rather than using flexbox. Pretty similar to what you did, really:
display: grid; align-items: center;
Marked as helpful
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