Design comparison
Solution retrospective
I'm still learning, but the only area that I find difficult and I am usure of, is the position, i'm still not sure of how it works, for example I just wanted to center all the items, but I not sure how I can do that, but that's it. Can someone guide me about best practices?
Community feedback
- @ohuttarPosted over 1 year ago
Hello!
A pretty common way to center content in your body is by using grid. On your body you would write "min-height: 100vh; display: grid; place-items: center; ".
Hope this helps!
Marked as helpful2@SazakiiPosted over 1 year ago@ohuttar oh, thank you! I will keep this in mind.
1 - @tayyibGbondoPosted over 1 year ago
I Think few thinks where left out which are the shadow, border radius is not properly done as well as the component is not centered.
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