Four card feature section with Animations

Solution retrospective
Here is another challenge, again with some CSS grid layout. I really like the approach I took with the layout and also I gave it some cool animations let me know what you think about them!
Any other feedback about the solution is greatly appreciated!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @dewslyse
Hello!! Your submission is awesome. Nice touch with the entry animation. Pretty cool😎. Your page is also responsive across devices. For this challenge, I would have approached mid-level devices differently by serving them a two-column view of the cards rather than move straight from the desktop layout to the mobile layout.
Please check your html. There are more than one
h1
s. Best practice dictates oneh1
per page. You could keep one of the<header>
h1s and change the rest toh2
s andh3
s.Happy coding...
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