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

Product preview responsive webpage build with sass

@covolan

Desktop design screenshot for the Product preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hi Frontend Mentor community!👋

This is my solution to the product preview card. Overall a quite nice and relaxing challenge. What do you think of my solution?

Thanks in advance for the feedback and the tips!😄

Community feedback

hitmorecode 6,230

@hitmorecode

Posted

Nice well done looks good. Just a few tips

  • The content on the button is horizontally aligned, add flexbox on the button to fix this and add a margin on the icon.
  • For coming challenges make it a habit of structuring your html like this
<body>
  <main>
    /* everything else goes in here */
  <main>
</body>
  • When uploading a solution, check the Accessibility report this will let you know if something is wrong with your page. See what errors you have and fix them.

You are on the right TRACK KEEP CODING

1

@covolan

Posted

@hitmorecode Thanks as aways for the feedback! 😄

I adjusted the button accordingly and the html structure also, and started reading on accessibility on web.dev.

Slowly getting used to include accessibility on the markdown, thanks again for the help!

0

@ShyneADL

Posted

Nicely done, it's pixel perfect!

1

@covolan

Posted

@ShyneADL Thanks for the feedback😄!

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