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

FT preview card component solution

Akimbβ€’ 250

@NerijusNoreika

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


Feedback is always appreciated ;)

Community feedback

T
Alexβ€’ 2,010

@AlexKMarshall

Posted

This looks very good, and it adapts well to different screen-sizes.

Be careful about semantics though. You have hover effects on the heading and the person's name. That's implying these should be links, so make sure they have an <a> tag.

Also, make sure you have a <main> element wrapping your content.

Avoid using px units for font-size. For accessibility we want our users to be able to adjust their browser font-size and have our designs adapt to that. Always use either rem or em to enable that.

Marked as helpful

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