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

html css

@procastinikita

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

@Rui-Martins23

Posted

Nice solution! To slightly improve it I would just suggest the following adjustments:

  • changing the <ul> HTML element for the <div>, as below

    <div> <img src="./assets/images/image-avatar.webp" alt="author-picture"> <span> Greg Hooper</span> </div>
  • using the following lines of code, in order to center the card in the body body { display: flex; align-items: center; justify-content: center; }

Keep enjoying coding!

Marked as helpful

0

@Baegan-189

Posted

You may improve

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