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 with Tailwind CSS (Feedback is Appreciated)

Nipaaaa1 350

@Nipaaaa1

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


This is My Solution to this Challenge

Using some Basics HTML and Tailwind CSS. It'd be a great help if you could give me any tips about Semantic HTML. You could look at the code in Github and feel free to give feedback on anything you feel wrong.

Community feedback

raya 2,850

@rayaatta

Posted

Congratulations on completing your project. About the html being semantic:only the header and the footer should be outside the main tag. I.e

<body>
<header>
</header>
<main>
</main>
<footer>
</footer>
</body>
``|
And something else the body tag should 
cover the height of the 
entire view-port or as I have seen the div which you used as 
for the main bg should do that.
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