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

Oxgood 60

@Oxgood

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

IryDev 1,580

@IryDev

Posted

Hi @Oxgood 😄. Congratulation on successfully completing your second challenge on the platform ! !

I have some recommendations in order to improve your solution :

  • Wrap the whole main content of your page into the semantic <main> tag.
  • Replace the <div class="attribution> by the semantic <footer> tag
  • Semantic html improve accessibility of your web page

HTML :

<body>
   <main>
        <div class="main-container">
        </div>
   </main>

   <footer class="attribution">
   </footer>
</body>

I hope you'll find this helpful! 😄 Above all, the solution your is really good!

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