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
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

Adriano 36,690

@AdrianoEscarabote

Posted

Olá Mariana Batista, Tudo bem ?

Gostei muito do resultado do seu projeto, mas tenho uma dica que pode ser útil:

Notei que o card não estava centralizado, para fazer isso podemos usar flexbox no body

body {
    background: var(--yellow);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

usando flexbox junto com min-height: 100vh; teremos o card centralizado.

O resto está muito bom!

Espero ter ajudado.

0

@YosefHayim

Posted

Nice one!

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