HTML e CSS flex-box, mas não é responsivo.

Please log in to post a comment
Log in with GitHubCommunity feedback
- @codebyneander
Olá! Algumas sugestões de como melhorar o seu projeto, segue abaixo:
1 - O tamanho do CARD está incorreto! O comprimento correto seria:
Width: 384px, e height: 522px.
2 - O tamanho da BORDER do CARD também está incorreta. Ela tem o tamanho correto de 1px, ok? Segue abaixo:
border: 1px solid #111;
3 - Você errou o padding da main, o correto seria 24px.
4 - Você não centralizou o card no meio da página. Use:
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
no BODYForam diversos erros, mas esses são os mais importantes. Lembre-se de sempre corrigir os problemas que aparecem no relatório da plataforma, ok?
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