
Design comparison
Solution retrospective
I'm proud to have been able to manage responsive design, but also to have been able to finish the project within the time i had granted myself (1 hour).Soon i will no longer spend my time understanding how to manage this.
What challenges did you encounter, and how did you overcome them?I spent more time learning the flex box in order to properly arrange the block of my card.
What specific areas of your project would you like help with?For the writing of HTML (index.html), did i respect the principle of BEM(Bloc - Element - Modifier) ? I want to learn how to write clean and understandable code.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @LMCyber
You can use this code on your body to center the content:
body{ display: grid; place-content: center; height: 100vh; }
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