
Design comparison
Solution retrospective
I am proud to work on my first responsive project. despite all the struggle I will keep going
What challenges did you encounter, and how did you overcome them?working on mobile size was a bit challenging
What specific areas of your project would you like help with?I would like to get help on how to set the mobile image given. how do you insert into @media querry ?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ijohnst
This is a great start for a first project. The way I got it to work using two different images (desktop and mobile) is by using a <picture> element and a <source> element with an srcset attribute that points to the desktop image and a media attribute that points to your media query.
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