NFT-preview using Grid

Solution retrospective
I still struggle on centering my entire content even when I make a container and use grid on it
what am I doing wrong?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @BenjaDotMin
Hello Walid!
- Remove margin-top:50px from .container
- Add to body: display: grid; place-items: center; min-height: 100vh;
Marked as helpful - @misaellvz
Did you try it with display : flex ? justify-content: center?
Join 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