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

@Cassio-Master

Desktop design screenshot for the Blog preview card coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Thank you for seeing my work, I didn't post the image because I couldn't center it but I did it my way and I hope you like it

Community feedback

Daniel 🛸 42,650

@danielmrz-dev

Posted

Fala Cassiano!

Seu projeto está ótimo!

Tenho uma sugestão:

  • Ao invés de usar position, usa isso aqui pra centralizar o card:
body {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

É mais simples e se adapta melhor aos tamanhos diferentes de tela, além de raramente causar bugs ou cortar parte do conteúdo em telas menores.

Espero que ajude!

Abraço!

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