Design comparison
SolutionDesign
Solution retrospective
Feedback Welcome!
Community feedback
- @DmytroGaidukPosted over 1 year ago
Looks great, just found some minor visual bug.
When I hovering "Learn more" buttons content "jupmed" by few pixels.To pervent this I would recommend use fixed
border-width:2px
and switch border color on hovert, likebutton { border: 2px solid transparent; } button:hover { border-color: #whatever; }
1
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