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

Responsive NFT preview card component

Jose Rodrigoβ€’ 70

@nonamehz

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


I did my best 😁

Community feedback

Travolgi πŸ•β€’ 31,420

@denielden

Posted

Hi Jose, I took some time to look at your solution and you did a great job!

Also add main tag and wrap the card for Accessibility

Overall you did well :)

Hope this help and happy coding!

Marked as helpful

0

Jose Rodrigoβ€’ 70

@nonamehz

Posted

@denielden thanks! :D

1
Naveen Gumasteβ€’ 10,460

@NaveenGumaste

Posted

Hello Jose Rodrigo ! Congo πŸ‘ on completing this challenge

Let's look at some of your issues, shall we:

  • you can find text font-size and style in style.guide.md so fix that

  • Always use h1 first and then h2, h3 and so on,you have used h3

  • Warp your card content around the main tag Ex: πŸ‘‡

<body>
<main class="container">
*all you content here*
</main>
</body>

happy CodingπŸ˜€

Marked as helpful

0

Jose Rodrigoβ€’ 70

@nonamehz

Posted

@Crazimonk thanks for your feedback :), i'm fixing it.

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