
Design comparison
SolutionDesign
Community feedback
- @LTOssianPosted over 2 years ago
Hi ! This looks great and your script is well built. You might have forgotten to transform de cursor while hovering your buttons, here is the simple fix you can add to your code
.value-button:hover {cursor: pointer;}
and.submit-button:hover {cursor: pointer;}
. Kind regards,1
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