3 Column Preview Card Component

Solution retrospective
Could not make the hover effect on "learn more" text . Any suggestions plz!!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @catherineisonline
Looks nice! Your hover solution is almost correct, you changed the background color. To make it work you simply need to change the color of the text on hover, just like you did with background (.botaoEnviar:hover).
Marked as helpful - @darryncodes
Hi Gabriel,
Your solution looks great on desktop, well done!
- this a useful guide to styling buttons
- also you might want to consider making your deign mobile responsive by using
flex-direction: column;
at pre-determined breakpoint with a media query
Hope that helps!
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