Design comparison
Solution retrospective
Hi I am begginer here. I just copy the desktop page and I dont know how to make it resposive in other viewport like in mobile. Can you help me guys?
Consistent Learner.
Community feedback
- @red0ahlamPosted almost 2 years ago
first you have to search up media queries they're what enable us to make responsive design. when you do use a media query pick a breakpoint and change your layout's flex-direction from row to column. also you should set a percentage width on your section tag to make sure that the content doesn't overflow on mobile. your should also change your font sizes to accommodate mobile screens (you use a media query for this). I recommend watching this video : https://www.youtube.com/watch?v=srvUrASNj0s it breaks down the fundamentals of responsive design, it helped me out a lot as a beginner. if you have any questions feel free to ask me :)
Marked as helpful1
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