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

@raghuaanand

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


Hey everyone! I have completed my 3rd challenge NFT Preview Card. Do check and suggest the improvement.

Community feedback

Hassia Issah 50,670

@Hassiai

Posted

Replace <h3> with <h1> to fix the accessibility issues.

To center .card on the page using flexbox, add min-height:100vh and align-items: center to the body and remove the margin value from .card.

There is no need to give .card a min-height or height value.

Use relative units like rem or em as unit for the padding, margin, width values and preferably rem for the font-size values, instead of using px which is an absolute unit. For more on CSS units Click here

Hope am helpful.

Well done for completing this challenge. HAPPY CODING

Marked as helpful

0

@raghuaanand

Posted

@Hassiai Thank you for your valuable suggestion! I will surely implement it.

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