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

@rshiva

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


I'm not sure why the source image is not working on screen size above 600px

Community feedback

Okkie14 330

@Okkie14

Posted

Hi @rshiva

First of all, well done with your solution

With regards to your code not working on 600px Your CSS code reads as follows: @media (min-width: 600px) Change it to: @media screen and (min-width: 600px) and it will work perfectly

Take care and happy coding

Marked as helpful

1

@rshiva

Posted

@Okkie14 Thanks for the feedback. Will do the required changes.

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