Design comparison
SolutionDesign
Community feedback
- @FRYDPHROGPosted 5 months ago
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 helpful0@Shreyas235Posted 5 months agoThank you @FRYDPHROG, it helped a lot i have made the changes
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