
Design comparison
Solution retrospective
My ability to to create responsive designs has increased. I still have a lot to learn but I am gradually becoming better.
What challenges did you encounter, and how did you overcome them?The use of @media.
What specific areas of your project would you like help with?@media
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Ridwan10000
@IamLeslieClaussen Well done. It looks like your page does not resize itself when switched between screens. Try to add
@media and screen (min-width:somevalue)
to style for responsiveness. Also try to take mobile first approach. Squishing a desktop intended page into a mobile screen is harder in contrast to expanding a mobile page to fit a desktop. Happy coding.
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