Design comparison
SolutionDesign
Solution retrospective
this is my solution for product preview card component
Community feedback
- @kush-x7Posted almost 2 years ago
Hello Kml , You have done good work! 😁
Some little tips to improve your code/interactivity:
- You can try
translation
while using the hover effect on your button for more interactivity.
button:hover { background-color: #235845; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
You can also have a look at my solution.
Keep learning how to code with your amazing solutions to challenges.
Hope this help 😉 and Happy coding!
Marked as helpful0 - You can try
- @kmlsonPosted almost 2 years ago
thanks for you tip I definitely use it. btw link for your solution is not working can you fix it?
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