3-column preview card component solution

Solution retrospective
Any feedback is welcome, specially for accessibility with my html/component
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Lino-OTM
Excellent design! You made it pixel perfect that's very nice! I would suggest you use a smooth transition on the buttons so they look prettier! For eg: .btn:hover { transition: 400ms ease }; Of course, you can try any different type of animation for your buttons too! Also you can try putting images/icons inside a <figure> tag instead of a <div> that helps a lot Your code is very clean and easy to understand, very well use of BEM
Marked as helpful
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