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 card component

Mike 40

@moistmike101

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


What did you find difficult while building the project? I found most difficult was trying to customize the shopping cart inside the button.

Which areas of your code are you unsure of? SVG files

Do you have any questions about best practices? The only question is what is a better way of creating a button? How can I fix the blur on the shopping cart?

Community feedback

@frank-itachi

Posted

Hello there 👋. Congratulation for completing the challenge👍!

I have some suggestions about your code that might interest you.

HTML 📄:

  • Wrap the page's whole main content in the <main> tag.
  • If your code has different sections that have a specific purpose like a navigation, article, sections or footer, it’s a good practice to enclose those parts with HTML5 landmarks. For example, you could use a <footer> tag to wrap the <div class=”attribution”> section.
  • Since the mobile design has a different image, you can use the <picture> tag that allows you to interchange the images depending of the viewport size. Red more about this awesome tag here.
  • The heading order is important in the html structure so try to always start your headings with an <h1> tag and then you can decrease by one if you need to use more heading in your html code.

CSS 🎨:

  • It is a good practice to keep your CSS code in a different file, e.g. a stylesheet file where you can have your CSS rules in there

I hope you find it useful! 😄 Above all, you did a good job!

Happy <coding /> 😎!

1
Mike 40

@moistmike101

Posted

Hello 👋

Thank you for all the help!! I took your advice on structuring my html, and it helped when looking at it in the "Inspect Element" window in the browser 👌.  I am currently playing around with the <picture> it will come in very handy for future projects.

Sincerely,  Michael

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