Three column preview card

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Shah-Faisal-cloud
Great job completing the project! Your work looks solid and functional. To make the user experience even smoother and visually appealing, I suggest adding a CSS transition on the button’s background color. This will create a cool, gradual effect when users hover over the button instead of an instant change.
Here’s a simple example you can add to your CSS for the button:
button { transition: background-color 0.3s ease; }
This will smoothly transition the background color over 0.3 seconds when the user hovers on the button.
Hope this will be helpful!
Marked as helpful
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