Not able to code the mobile queries but completed the desktop preview.

Solution retrospective
It will be very helpful if you can help me for the mobile preview! Feel free to contact me on ig: 10_saniddhya for the same. :))
Please log in to post a comment
Log in with GitHubCommunity feedback
- @azzykesuma
nice job! for mobile page you need to use the media querries like : @media screen and (max-width : 345px(or so)) { //code here... } usually the flow is to make the mobile page first, so the media querries will be (min-width : 760px)..
great job and keep up!
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