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

Responive NFT Preview Card Component made with JS, HTML5, CSS3

#materialize-css#sass/scss#tailwind-css
Abdo Achhoubiβ€’ 330

@abdoachhoubi

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

Rio Cantreβ€’ 9,710

@RioCantre

Posted

Hello there! Great job with this one. Viewing your solution, I would suggest the following for you...

  • Instead of using inline style, import it on the CSS file
  • It's better to use main tag to wrap the whole content rather than with header
  • Instead of using h3 another alternative is span
  • Add the import font style in the CSS file and remove style tag, alternative is to use CDN

Hope this helps and Keep up the good work!

Marked as helpful

1
Anosha Ahmedβ€’ 9,340

@anoshaahmed

Posted

hey good job on this challenge! your report above shows a few issues though:

  • wrap everything in your body in <main> OR use semantic tags! if you're using div right after body, then give them a role=""; however, it's a little frowned upon to use role right after body, so try to stick with semantic tags instead. you can read more about landmarks here
  • start headings with <h1>, and move up by one level each time
  • add language to html like so: <html lang="en">

here is a list i made of accessibility issues & best practices

hope this helps :))

Marked as helpful

1

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