Design comparison
SolutionDesign
Community feedback
- @correlucasPosted over 2 years ago
👾Fala Adriel, tudo bem? Parabéns pelo desafio!
A sua solução ficou muito boa, não tem mto o que falar aqui, a unica coisa que eu realmente mudaria é a section do centro com a imagem e div de text, pra centralizar ela verticalmente e horizontalmente com
justify-items: stretch; align-items: center;
.conteiner { display: grid; max-width: 1440px; grid-template-columns: 1fr 1fr; padding: 30px 10px; gap: 50px; justify-items: stretch; align-items: center; }
👋 Espero ter ajudado e continue no foco!
Marked as helpful1
Please log in to post a comment
Log in with GitHubJoin 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