Straight-forward TailwindCSS + HTML Solution

Solution retrospective
- Problem: It was tricky to make an animated transition from the button's normal color to the hover gradient. Typical color transitions don't work (probably because gradients act as a background image instead of just setting the color).
- Solution: I used Tailwind's group hover feature to display the gradient on top of the original button as its own element and have it fade in its opacity when the button is hovered.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Jared Peters's solution.
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