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

responsive blog preview card with hover and box-shadow using CSS Flexb

@carlosafernandezv

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?

It is better to set the font color so that it does not change when hovering over a div y group the divs as shown in the figma file

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

How to activate the font and images that were chosen to be displayed on the live site

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

none

Community feedback

Grego 1,310

@Grego14

Posted

Hello! congratulations on completing the challenge!

These are my recommendations:

Leave the alt attribute empty if the image does not have great meaning for the page.

There are times where you can use padding to make your element a little bigger. like in this case:

.card{
  padding: 2rem;
}

And you remove the height that you added (height: 522px)

But for this to look good you will have to remove the width and margin-top that you added to the .blobimage element and add a max-width: 100%.

I hope this helps!

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