NFT-preview-card-component-solution

Please log in to post a comment
Log in with GitHubCommunity feedback
- @correlucas
👾Hello Vongai, congratulations for your new solution!
Your solution is really good, I can see that you've paid attention to the details, I did some corrections to your code to make the container aligned.
To make the aligment work you need to add
flex
andmin-height: 100vh
see that after inserting this you've the card aligned vertically:body { min-height: 100vh; background-color: var(--prmry-clr-mainBG); align-items: center; text-align: center; -ms-overflow-style: none; scrollbar-width: none; display: flex; overflow-y: scroll; box-sizing: border-box; }
👋 I hope this helps you and happy coding!
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