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

Responsive Design and using HTML and Css

P

@varisDogukan

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

ChrisEski 110

@ChrisEski

Posted

Hey @do-Va!

Really nice solution over there, congratulations!

I liked the smooth transition to the accent color on hovering over the title and the name, but i would add this also when hovering over the image. This would make your design more consistent! And last it would be better if you added cursor: pointer on all 3 hovered elements!

Well done :)

1

P

@varisDogukan

Posted

@ChrisEski Thank you for your feedback. I didn't know that the cursor is used in the picture :D. I added a transition to the image, but noticed it didn't work when switching from display:none to display:flex.

0
ChrisEski 110

@ChrisEski

Posted

@do-Va that's because the display property is not affected by the transition. Use opacity: 0 and opacity: 1 instead of display: none and display: visible accordingly when using transition!

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