Blog preview card

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
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@danielmrz-dev
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 - Ao invés de usar
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