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

@juanardanaz

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


Hi! This is my solution for the "NFT preview card component" challenge. I hope you find it useful and I am open to hearing suggestions/criticisms!

Community feedback

Travolgi 🍕 31,420

@denielden

Posted

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

Also I have some tips for improving your code:

  • add main tag and wrap the card for Accessibility
  • remove top and margin from main_container class
  • try to use flexbox to the body for center the card. Read here -> best flex guide
  • after add min-heigth: 100vh to body because Flexbox aligns to the size of the parent container

Overall you did well :)

Hope this help and happy coding!

Marked as helpful

0

@juanardanaz

Posted

Hi @denielden! Thank you very much for your feedback and help! I take note of the tips, and I will apply them.

Thanks for the positive response!

1
Naveen Gumaste 10,460

@NaveenGumaste

Posted

Hello Juan ! Congo 👏 on completing this challenge

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

  • Use the flex on the "Eth" and "3 days left"

  • use the given font-weight and font-style from the style-guide.md

  • And reduce the opacity of the bottom line

  • 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

@juanardanaz

Posted

Hi @Crazimonk! Thank you very much for your feedback! That´s interesting, I´ll try it and see how it works.

Happy Coding too!

1
IRVINE MESA 1,855

@DrMESAZIM

Posted

@juanardanaz that's great work .I will call it perfect solution

Marked as helpful

0

@juanardanaz

Posted

Hi @DrMESAZIM! Thank you very much for your words, I really value it a lot.

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