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

@TheWizCoder

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 am proud to have completed this challenge and I aspire for more

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

I had problems formatting the images to the required size

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

I would like tips on formatting photos correctly

Community feedback

Grego 1,310

@Grego14

Posted

Hello! 🎉 congratulations on completing the challenge! 🎉

It is not necessary to add these properties to the .img-container element

border-radius: 15px;
overflow: hidden;

Just add the border-radius to the image itself and that's it.

To make the image take up the full height of its parent element you can use min-height: 100%;.

Don't skip the headings, you are using a h5 before a h1, always remember to use from h1...h6.

Nothing more to add, you did amazing!

I hope this helps! 😁

Marked as helpful

0

@TheWizCoder

Posted

@Grego14 Yes, I corrected the errors thanks for the advice 😁

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