Design comparison
SolutionDesign
Community feedback
- @visualdennissPosted over 1 year ago
Hey there,
congrats on completing the challenge successfully! Your submission looks pretty nice overall.
I'd suggest adding a background-color change on hover on the button. E.g.
button:hover { background: linear-gradient(180deg,#7857ff,#2e2be9); }
Additionally, border-radius seems to be missing on the main card, and on the left side border-radius of card seems to be bleeding, you might consider matching it with the left column.
Hope you find this feedback helpful!
Marked as helpful0
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