Design comparison
Solution retrospective
Gostei de poder estruturar o CSS de cima para baixo da página, o que me ajudou a me organizar e localizar melhor os elementos.
What challenges did you encounter, and how did you overcome them?Tive dificuldades em posicionar o card e ainda não fiquei satisfeito, de qualquer maneira testei algumas possibilidades do conhecimento que tenho, pois ainda estou estudando CSS.
What specific areas of your project would you like help with?Este é o meu primeiro código, então na verdade qualquer dica é bem-vinda.
Community feedback
- @EriveltonArrudaPosted 4 months ago
Fala maninho, eu consegui centralizar meu card com esse código, espero que ajude:
body { margin-top: 15rem; background-color: hsl(212, 45%, 89%); }
.card { background-color: hsl(0, 0%, 100%); margin: auto; width: 32rem; height: 49.9rem; border-radius: 2rem; display: flex; flex-direction: column; gap: 4rem; padding: 1.6rem; }
0
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