NFT preview card

Solution retrospective
I will be happy to see your feedbacks.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @shashreesamuel
Good job completing this challenge
Your solution looks great however I think your content needs some margin from the top using
margin-top
.In terms of your accessibility issues
-
Document should have one main landmark is caused by the inability to detect the main content of the page and can be resolved by wrapping all the elements between the body element within the semantic main tag. This tag indicates that any tags within form the main content of the page.
-
Page should contain a level one heading is caused by no presence of a heading one tag in your html markup.
I hope this helps
Cheers
Marked as helpful -
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