Design comparison
SolutionDesign
Community feedback
- @iamenochleePosted about 2 years ago
Hi your container is not well centered, while there are many ways to do that I find using
display:grid; place-items: center;
to the parent element containing the container very easy, I hope this helps you.Keep Coding. Congrats on your solution
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