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

@elistoyanova

Desktop design screenshot for the Product preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Moses 340

@mbtenkorang

Posted

Hello 🙋‍♂️ @elistoqnova ,

Congratulations on completing this challenge 🎉🎊🥳👏.

A tip to improve your solution though:

  • instead of using two <img> elements that show or hide based on a media query kindly consider using the <picture> element instead. Below is an example of how to use it from MDN:
<picture>
  <source srcset="mdn-logo-wide.png" media="(min-width: 600px)" />
  <img src="mdn-logo-narrow.png" alt="MDN" />
</picture>

Use this link 👉MDN - The picture element👈 to read more about it.

All the best and happy coding 😀🧑‍💻!

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