Design comparison
SolutionDesign
Solution retrospective
Please I developed this NFT card component using HTML and CSS but the padding-top for the container doesn't seem to come off. Please I would like to know if this should go to the main container or the card container?
Community feedback
- @darwinsanchez9018Posted almost 3 years ago
Hi bro. Solution: .container { width: 375px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
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