Design comparison
SolutionDesign
Solution retrospective
Projeto componente de cartão. Analisem, e me deem feedback !
Community feedback
- @enesekenPosted over 1 year ago
Do this for all of your cards
align-items: start; display: flex; flex-direction: column;
Also update these:
.container-boxes { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.container { display: flex; justify-content: center; margin-top: 40px; flex-wrap: wrap; }
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