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

Frontend Mentor - Blog preview card challenge

Ricardo Sibuā€¢ 90

@ricardosibu

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?

I'm learning use flex properties and align image and text.

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

border, colors and fonts.

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

I like help about use fewer code line css.

Community feedback

Mahmoodā€¢ 1,070

@MahmoodHashem

Posted

Hello there! šŸ™‹šŸ½ā€ā™‚ļø

Congrats on completing the challenge! āœ…

Your project looks fantastic!

Here's a tip to make it even better:

You did a great job using the grid to center the card, but don't forget to set the height of the body to also center it vertically.

šŸ“Œ CSS :

body {
    min-height: 100vh;
    display: grid; 
    place-content:= center; 
}

Hope this helps!

Keep up the great work!

Marked as helpful

0

Ricardo Sibuā€¢ 90

@ricardosibu

Posted

@MahmoodHashem Thanks for your help, its great!!

1
Mahmoodā€¢ 1,070

@MahmoodHashem

Posted

@ricardosibu you're welcome. If you found it helpful, please remember to mark it 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