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 Preview Card

P

@gabrieltrtl

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 are you most proud of, and what would you do differently next time?

For this and other challenges, I confess that I would have liked to have used SASS, even without needing it.

What challenges did you encounter, and how did you overcome them?

I encountered difficulties with sizing this image, but I reached out to the FEM community for help and got the answers I was looking for.

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

I would like to receive a code review, to know if I'm on the right track, I don't feel confident in my code yet

Community feedback

@msa-sitare

Posted

Hey it's pretty good, you have very good attention to detail.

my only recommendation would be to change drop-shadow to make it like the exact design. Something like this:

@media (min-width: 650px) {

  main {
    max-width: 24rem;
    box-shadow: 8px 8px;
  }

  main:hover {
    box-shadow: 16px 16px;
  }
}

Right now it looks like the default state has 16px drop-shadow. Except for this nitpick, it's great.

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