Design comparison
SolutionDesign
Solution retrospective
Hello guys, check out the page, leave a comment about it, and if you have time check out the code and give feedback. Thanks!
Community feedback
- @zaks276Posted about 2 years ago
Hello Luka.
- You forgot to set the cursor to pointer when hovering over the buttons. Just set the
cursor: pointer
wherever you have the:hover
CSS psuedo-class. - Also you can use the defer attribute in your script tag so you can put it in the
<head>
tag instead of at the bottom of the<body>
tag.
Other than that, great job. Your solution looks great. I hope this was helpful
Marked as helpful1 - You forgot to set the cursor to pointer when hovering over the buttons. Just set the
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