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.
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.
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 :)