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

Submitted

3 Column Preview Card Component using HTML and CSS

@GerryL2

Desktop design screenshot for the 3-column preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Feedback Welcome!

Community feedback

P

@blakelyons

Posted

Looks good. One small change I would recommend to remove the jink (the button causing the section jitter) would be to do the following:

  1. In the dormant state of the button instead of making the button's border = border: none; make it the same as the hover effect but the border color is transparent: border: 2px solid transparent.
  2. Add a transition for a smoother hover effect: transition: all 300ms ease;
1

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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