Design comparison
SolutionDesign
Solution retrospective
I'm not sure why the source image is not working on screen size above 600px
Community feedback
- @Okkie14Posted over 1 year ago
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 helpful1@rshivaPosted over 1 year ago@Okkie14 Thanks for the feedback. Will do the required changes.
0
Please log in to post a comment
Log in with GitHubJoin 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