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

Niroop Rโ€ข 40

@NiroopR1999

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


  • Any form of feedback would be appreciated, thanks.

Community feedback

@MelvinAguilar

Posted

Hello there ๐Ÿ‘‹. Good job on completing the challenge !

I have some suggestions about your code that might interest you.

  • The <span> tag is useful for various inline styling purposes, but it's not recommended to use it solely for containing text. Consider using semantic tags like <p> for paragraphs

  • Avoid sending the entire image path as the alt attribute (<img alt={imageEquilibrium} <img alt={imageEquilibrium}> ), as screen readers may struggle to interpret it. Instead, provide a descriptive alt attribute for the image.

  • For elements with a hover effect in the design, consider enclosing them within an a (anchor) tag for better semantics and accessibility

I hope you find it useful! ๐Ÿ˜„ Above all, the solution you submitted is great!

Happy coding!

Marked as helpful

1

Niroop Rโ€ข 40

@NiroopR1999

Posted

@MelvinAguilar Hi, thank you for the feedback ๐Ÿ˜Š.

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