Four card feature section

Solution retrospective
I tried using HTML and CSS best practices by creating and reusing card components using the same classes and only modifying them with a single unique class (card--n).
I also found out that I couldn't use grid-template-areas to make items span intersecting lines as follows; I used the row and column lines instead.
I found learncssgrid.com to be a useful resource for me in noticing that a different approach needed to be taken in making items span rows and columns.
Corrections and notes are very much welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on mycrochip's solution.
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