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 Page

OlolaJaco 130

@OlolaJaco

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

@ShoaibShuja

Posted

Amazing job my friend but you forgot to add the main image element inside the .img-box div and you can center your card inside the body element by pasting these lines of code in your CSS file:

body {
      width: 100%;
      min-height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
}

Marked as helpful

0

OlolaJaco 130

@OlolaJaco

Posted

@ShoaibShuja Thanks for this, I will work on that

1

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