HTML and CSS mobile first four card feature section using CSS grid

Solution retrospective
Any feedback will be appreciated!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mattstuddert
Nice work on this challenge, Edgar! Your solution looks really good. The only major change I'd suggest in your HTML would be to use generic
div
elements for each of the cards instead ofarticle
. Article elements are typical used for self-contained content that can live independently from the rest of the content on the site. For example, blog posts, articles, and forum posts offer value in their own right and so are perfect candidates for thearticle
tag.I hope this makes sense. Let me know if you have any questions!
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