Design comparison
SolutionDesign
Solution retrospective
Had some trouble with the layout at first. Learned a lot about flex wrap and order properties, first time using box shadow.
Community feedback
- @correlucasPosted about 2 years ago
Oi Vitório, parabéns pelo novo desafio!
Ótima solução como sempre! Aqui uma dica a respeito de responsividade:
Na versão mobile se vc usar
max-width: 100%
é melhor quewidth: 400px
pq além de deixar o card responsivo e flexivel ele faz que o card cresça 100% da largura considerando o padding e evitar de criar um gap lateral:.card { max-width: 100%; display: flex; flex-direction: column; /* width: 400px; */ border-radius: 0.3rem; padding: 2rem; background-color: var(--white); box-shadow: 0 8px 20px -12px grey; }
👋 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