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

I create a blog view page using html and css

@elishabhatti

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

3kori 80

@3kori

Posted

Hi @elishabhatti,

Excellent work completing this project. It looks amazing!

Just a suggestion to make it even better.

Instead of using flex-box on the container, consider applying it on the body like below

   body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
   }

The min-height will help with centering the container vertically.

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