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

@nerila1310

Desktop design screenshot for the NFT preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@Fave334

Posted

Nice work, but if you don't mind I have some tips :

-You set the imagehtc on active therefore the imagehtc cover will only be visible when the image is clicked and the click is sustained. You could try :

.imagehtc {
    position: absolute;
    filter: opacity(50%) drop-shadow(0 0 0 var(--cyan));
    height: /*Based on image height*/;
    width: /*Based on image width*/;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: /*individual preference*/;
}

Hope This Helps

Marked as helpful

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