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 with HTML and CSS

Giorgi 200

@siduki

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


Hello. If some advices or questions, please don't hesitate.

Community feedback

Travolgi 🍕 31,420

@denielden

Posted

Hi Giorgi, congratulations on completing the challenge, great job! 😁

Some little tips for optimizing your code:

  • you can use article tag instead of a simple div to the container card for improve the Accessibility
  • Using <hr> for the line is not the best way because this tag have a semantic meaning... in this case use div with border-bottom because this line is decorative
  • add transition on the element with hover effect
  • instead of using px use relative units of measurement like rem -> read here

Hope this help! Happy coding 😉

Marked as helpful

0

Giorgi 200

@siduki

Posted

@denielden Hello.

Thank you for your feedback, I will definitely consider it in the future.

Relative units are little confusing for me yet, I think it will come with practice.

1
Travolgi 🍕 31,420

@denielden

Posted

@siduki You are welcome and keep it up :)

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