Design comparison
Solution retrospective
Hello, Frontend Mentor community 👋
This time, I've completed a product card preview component. I thought it was a great opportunity to use HTML and CSS. I am MERN stack developer making such components in react with tailwindcss is so easy I thought making this kind of components with pure html and css will be better
As always, I kindly request your feedback and wish you a great week 🚀
Thank you! 😊
Community feedback
- @hitmorecodePosted over 1 year ago
Congratulations well done. Just one small thing you can add. To make to hover animation smoother you can add
transition: background-color 150ms ease-in-out;
to the button.1@sanajaniPosted over 1 year ago@hitmorecode thanks for your feedback I will be careful in my next project
0
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