Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Blog card preview

Ismael 30

@ismeh

Desktop design screenshot for the Blog preview card coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

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.

What specific areas of your project would you like help with?

  • Any tips for the text hover effect?

Community feedback

P

@Mario-jesus

Posted

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 GitHub
Discord logo

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