
Solution retrospective
the problem is to make the code dry
Please log in to post a comment
Log in with GitHubCommunity feedback
- @CasperTheChild
I think this time you could use grid-template-columns: repeat(2, 1fr); and grid-template-columns: repeat(3, 1fr);, which take up much less space and time. Good job!
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