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

A NFT like page created using HTML and CSS

55nightsβ€’ 70

@55Nights

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


How can I better achieve responsiveness

Community feedback

Anosha Ahmedβ€’ 9,300

@anoshaahmed

Posted

To avoid accessibility and HTML issues in the future:

  • wrap everything in your body in <main>
  • start your headings with h1 and move up by one level each time
  • give your <img> tags an alt=""
  • style your <img> in css, not in html. for example the height.

Good job!

Marked as helpful

0
Andrew Southernβ€’ 390

@whoamihealay

Posted

Hi, Make the design work for mobile-first, I've found it's much easier to grow a design than to shrink it.

In practice, for the media queries, I style for mobile, do a @media screen and (min-width: 30em) for tablets, and 60em for desktop. If needed you can increase the number of steps and change little elements style ( a flex col to flex row here and there)

Marked as helpful

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