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

NFT preview card component - HTML and CSS

@ClemenceTafforeau

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


  • I really struggled with combining overlaid elements and the active pseudo-class. I assume there is an easier way to get that result than what I did. Any tips ?

Community feedback

Luka Glonti 3,440

@lack21

Posted

Good job 👍, but I have a suggestion!

  • Replace following styles in the .child-1
{
  left: 40%;
  top: 40%;
}

to these

{
  left: calc(50% - 24px);
  top: calc(50% - 24px);
}

Like this eye icon will be centered!

1

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