Design comparison
SolutionDesign
Community feedback
- @ahasan06Posted 10 months ago
Hey! Can u recheck your Netlify link? When I clicked preview-site it didn't show anything.
0@Nadia-017Posted 10 months agoI've adjusted it for you. You try to see if you can get in, right?@ahasan06
0 - @jen67Posted 10 months ago
Hi Nadia,
Kudos on the impressive website! For a subtle enhancement, try adding a custom cursor and a hover effect to your buttons. This quick addition can boost user engagement. Consider the following CSS:
button { cursor: pointer; transition: background-color 0.3s ease; } button:hover { background-color: #yourDesiredColor; }
Feel free to adjust colors to match your design. Great job overall! Let me know if you need any assistance.
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