
Design comparison
Solution retrospective
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
Please log in to post a comment
Log in with GitHubCommunity feedback
- @aduatgit
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!
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