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

Ari Griggsβ€’ 270

@nevercanon

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


Are there areas in my code that could have been organized better? Did you notice any areas that could use improvement?

Community feedback

@catherineisonline

Posted

Nice! πŸ™ŒπŸ»

I would also add some transitions for active states (when colors change on hover). It creates more interactivity and makes the project looks cooler. Active states can be done on buttons, links, titles which act like links or anything else, you choose.

You can read more about it here, in case you haven’t done much of it:
https://www.w3schools.com/css/css3_transitions.asp

IF THIS WAS HELPFUL PLEASE MARK IT AS HELPFUL 🀩

Marked as helpful

1

@VCarames

Posted

Hey there! πŸ‘‹ Here are some suggestions to help improve your code:

  • The NFT alt tag description needs to be improved upon. You want to describe what the image is; they need to be readable. Assume you’re describing the image to someone.

More Info:πŸ“š

https://www.w3.org/WAI/tutorials/images/

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

More Info:πŸ“š

https://www.w3.org/WAI/tutorials/images/

  • Wrap the "NFT" image in an anchor tags. The anchor tag will allow users to click on content and have them directed to another part of your site.

More Info:πŸ“š

MDN The Anchor element

If you have any questions or need further clarification, feel free to reach out to me.

Happy Coding!πŸŽ„πŸŽ

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