Design comparison
SolutionDesign
Community feedback
- @XavOliPosted 2 months ago
I believe the hover effect was meant to activate when hovering the whole card. You can do so by adding the hover selector over the whole card, but specifying which class to modify when that occurs.
.card:hover .title { (color) }
From the feedback I received on my project, I believe it is also best practice to wrap the principal content of the page in a <main> attribute. Great work!0
Please log in to post a comment
Log in with GitHubJoin 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