Design comparison
Solution retrospective
I'm most proud of how fast I was able to do this. It took me less than a day to complete this, which might not be a big feat, but is an accomplishment to me. Cheers to a better next time!
What challenges did you encounter, and how did you overcome them?The biggest challenge I encountered was the problem of centering the page. I used margin to center it, even though it didn't quite give the desired look.
What specific areas of your project would you like help with?The most specific area I need help with in this project is on how to center the page. I hope to learn from your suggestions and advice.
Community feedback
- @SvitlanaSuslenkovaPosted about 2 months ago
body { display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 100vh; } Try this to align(top-bottom) and justify(left-right) your project to the center. It applies to the parent component(body), don't forget about !!min-height!!. You can use grid instead of flex too.
Hope you found this comment helpful :)
Marked as helpful0@Yu-ciePosted about 2 months agoI tried this now and got exactly what I wanted. Thanks so much!
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