Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
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
Community feedback
- @Ridwan10000Posted 3 months ago
@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.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