Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Dmytro Gaiduk• 50

    @DmytroGaiduk

    Posted

    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, like

    button { border: 2px solid transparent; } button:hover { border-color: #whatever; }

    1