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
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

@VCarames

Posted

Hey @Xtrum, some suggestions to improve you code:

  • Your “NFT image” needs an Alt Tag. It should describe what the image is; it need to be readable. Assume you’re describing the image to someone.

  • The Icons serve no other purpose than to be decorative; They add no value. Their Alt Tag should left blank and have an aria-hidden=“true” to hides it from assistive technology.

  • You are currently using fixed properties. You want to use responsive properties to make your content responsive to different screen sizes.

Happy Coding! 👻🎃

Marked as helpful

0

@Xtrum

Posted

@vcarames Thanks I will do just that

0

@Xtrum

Posted

@vcarames pls, can you explain in details the term (fixed-responsive properties).....?

This is just my second week on css....

0

@VCarames

Posted

@Xtrum

Fixed properties are properties that are static; they keep their shape at all times.

While responsive properties, are adaptable to the screen size.

While for this challenge, is won't make a big difference, it is something you want to get in the habit of doing. As it will make things easier once you get into the large projects.

Here is Google Developers link on responsive designs:

https://web.dev/learn/design/

Marked as helpful

0

@Xtrum

Posted

@vcarames really appreciate the help... thanks a bunch.. !

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