Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Usé css puro, la proxima vez agregaria la herramienta como bootstrap, ya que tiene componentes como card, css grid, etc.
What challenges did you encounter, and how did you overcome them?utilizar git me costó, tuve que volver a estudiarlo, pero estuvo bueno volver a repasar como usarlo.
What specific areas of your project would you like help with?en git
Community feedback
- @aduatgitPosted 5 months ago
On Desktop this looks really good! The padding on the bottom of the card is missing but that should be easily fixable.
On Mobile the card isn't centered, that is probably because you used absolute px values to center the card. Using
margin-inline: auto
on an element lets you center it without using absolute values!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