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.
Community feedback
- @LMCyberPosted 7 months ago
You can use this code on your body to center the content:
body{ display: grid; place-content: center; height: 100vh; }
0@ikitamalarosePosted 7 months ago@LMCyber Thank you for the tip i also used it on my second challenge
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