
Solution retrospective
gostei que igualou bastante, porem podia ter feito melhor
What challenges did you encounter, and how did you overcome them?questão de posicionamento e tamanho, não me adaptei muito bem, mas estou melhorando
What specific areas of your project would you like help with?como simplificar mais o css, sinto que coloco muita coisa atoa
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MarziaJalili
Congratulations on embarking on this amazing journey here! 🎉
🌟 Some tips?
✅ There is a shorthand property for settling the left and right margins:
/* Same values */ margin-inline: 100px; /* Different values */ margin-inline: left right;
✅ The same could be applied for
padding
:/* Same values */ padding-inline: 25px; /* Different values */ padding-inline: left right;
Great work overall, keep it up!
😎😎😎
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