Design comparison
SolutionDesign
Solution retrospective
I'm not sure, it's the best way for buttons.
Community feedback
- @JSCHLTEPosted over 3 years ago
The desktop version looks pretty nice, I would make a couple small tweaks to the border radius just so it matches up. I would change the border-radius from 20px to 10px (on the card). For the mobile version I would change the @media (max-width: 375px) to @media (max-width 812px).
Marked as helpful0@KeldanePosted over 3 years ago@JordanDevelops Thanks, max-width: 375px was the readme-style brief, but i'm agree, it's better! Thanks for the radius. An opinion about the code ?
0 - @ToycobroPosted over 3 years ago
Hey try this for a pointer cursor effect
.btn { cursor: pointer;
}
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