Design comparison
SolutionDesign
Community feedback
- @AdrianoEscarabotePosted 26 days ago
Hi Michael Wilson, how’s everything? I think your project turned out great! However, I have some feedback that I think might be useful:
Note that your component is not centered, to fix this we can do the following, we will have to remove all
margin
from.grid-container
and add the following to the body:body { display: flex; align-items: center; justify-content: center; }
The rest is amazing.
I hope this is helpful. 👍
Marked as helpful1
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