
Design comparison
SolutionDesign
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@FRYDPHROG
The size of the card itself is where I see the biggest difference. Additionally, I found that when you hover or click on the buttons, their colors do not change.
You can achieve this by doing
button:hover{ Background-color: ### }
or with
button:active{ Background-color: ### }
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