Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
- The hover effect over the text it's not perfect
- I just added a little shadow but this was not the objective.
- Also tried to use webkit stroke but didn't work because font letter were overlapping.
- I just added a little shadow but this was not the objective.
- Any tips for the text hover effect?
Community feedback
- @Mario-jesusPosted 2 months ago
Cuando el cursor pase sobre la tarjeta le estableces el nuevo color al titulo
.card:hover .card__title { color: var(--yellow); } .card__title { ... transition: color 600ms; }
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