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, HTML and CSS

@KareemWebber22

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

@Mitko90

Posted

Hi

Great solution.

It looks very similar to the design.

My suggestion to you is if you want it to be centered, here is how your body could look in css

body{
      background-color: hsl(47, 88%, 63%);
      font-family: 'Figtree', sans-serif;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }

Marked as helpful

0

@KareemWebber22

Posted

Thank you. You're absolutely right, just wanted to use simple CSS properties but I think I have to start using extra help like flex box. @Mitko90

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