Design comparison
Solution retrospective
De haber encontrado soluciones al desarrollar esta tarjeta de presentación y la próxima vez creo que seria mas ordenado
What challenges did you encounter, and how did you overcome them?Uno de los desafíos que se me presentaron, fue acomodar los elementos y logre resolverlos realizando consultas en internet
What specific areas of your project would you like help with?En el maquetado y aplicación de clases
Community feedback
- @Macnelson9Posted 5 months ago
Hey there! Congratulations on completing the challenge. I don't know if you can understand me but you can use display: flex to center the card in the middle of the page. Apply this to the body: body { display: flex flex-direction: column; justify-content: center; align-items: center; height: 100vh; }
And that should fix it. Happy Coding!
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