Latest solutions
Latest comments
- @GerryL2Submitted over 1 year ago@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