Building the card component using HTML CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @ahasan06
Hey! Can u recheck your Netlify link? When I clicked preview-site it didn't show anything.
- @jen67
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.
Join 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