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 code

@AhmedAbdalazeem49

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 want to know any alteration to my code. but i would to share that I am very happy to code like this and to build some simple projects like those.

Community feedback

Christianβ€’ 970

@FLCHRIS

Posted

Hi there!! ✌️

Congrats on completing this challenge! πŸ₯³πŸŽ‰πŸŽŠ

Here are some tips to improve your solution... πŸ’―

HTML 🧱

Your main content should be inside the main tag. For example:

<body>
    <main>
        /*Your content*/
    </main>
</body>

Your website does not have the h1 tag ❌. Header elements implements six levels h1-h6, with h1 being the most important and h6 being the least important. avoid omitting header levels, your page should start with the header h1 and successively with h2...h6. More info here.

CSS 🎨

Your reset is good, but you can improve it by using some popular resets like the following πŸš€:

Your solution is very good! πŸ’―πŸš€

Happy coding! βœŒοΈπŸ™ƒ

Marked as helpful

1

@AhmedAbdalazeem49

Posted

@FLCHRIS Thanks a lot for your feedback. I have learned a lot from it. I hope I hear from you on my next code.

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