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

Cartão de visualização do blog

P

@TiagoFrontEnd-Dev

Desktop design screenshot for the Blog preview card coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

P

@Antonvasilache

Posted

Hello there Tiago 👋

Nice work doing this challenge. I think the proportions match very well with the design file.

One suggestion that could improve the work, in my opinion:

Adding active state to the component, something like this:

main{
box-shadow: 0.4rem 0.4rem var(--Black);
}
main:hover{
box-shadow: 1rem 1rem var(--Black);
}
.title{
cursor: pointer;
}
.title:hover{
color: var(--Yellow);
}

In this way, the shadow will move, just as the design file shows, and the title will turn yellow when you hover over it.

Hope you find this useful.

Cheers!

Marked as helpful

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