Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Component card with HTML & CSS

@migsilva89

Desktop design screenshot for the NFT preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


First draft with HTML and CSS following the video tutorial.

Community feedback

Aadvik 1,250

@Aadv1k

Posted

Good job on making the card responsive. You should center the container using absolute positioning like so --

.container {
  position: absolute;
  top: 50%;
  left: 50%;
 transform: translate(-50%, -50%)
}

Marked as helpful

0

@migsilva89

Posted

@Aadv1k Thank you for the tip :)

0

Please log in to post a comment

Log in with GitHub
Discord logo

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