NFT Card Using Flex Box

Please log in to post a comment
Log in with GitHubCommunity feedback
- @KarimanMedhat
Hey, @yamiSan1 great job you had done here congratulation on finishing your first project.....
If you allowed me I want to give you small pieces of advice it might improve Centering elements
You can use the Flex-box properties
justify-content
andalign-items
. Your code should be like thisbody { display: flex; justify-content: center; align-items: center; min-height: 100vh; }
I hope that helps you...and forgive me if the writing is not the best it's my first time giving someone feedback =' D keep going =D
Marked as helpful
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