
Please log in to post a comment
Log in with GitHubCommunity feedback
- @bigboyemma20
Nice solution. However, I noticed that the shadow does not grow or expand when the card is hovered. I'm unable to view your code, so I suggest you check this example below to compare with what you have. I hope it helps:
''' .card:hover{ box-shadow: 16px 16px var(--Gray-950);
}
.card:hover h1{ color: var(--Yellow); } '''
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