Responsive four card feature section using css grid

Solution retrospective
Being a non css grid usual, it was fun to experiment with it after a while of not using it. And it turned out okay-ish.
What challenges did you encounter, and how did you overcome them?The spacing between the grid areas gave me a hard time. I used the grid-gap
property and the content kept overflowing the grid container. Using percentages and fine tuning helped achieve sort of the desired result.
Have a better understanding of all of the css grid good practices.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @karthickg24
Congratulations on completing the challenge. Few suggestions on your solutions
- Try to use sematic HTML and site will be more accessible via screen readers
- There is additional space created for p tags in the html. try to use css-resets, you can have better control in spacing elements.
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