0
How to make my code to fit all screen size automatically in css in all phones and tablets ?help me please?
4 Answers
+ 7
Mohit the coder (M.S.D) I agree with you that media queries make the code large but in framework you only have some specific designs. You can't create your own intricate designs.
+ 5
You can use media queries also.
+ 2
You can use bootstrap an framework of css which is used to make responsive sites
https://www.sololearn.com/learn/1051/?ref=app
+ 2
In media query you have to write code for every different devise like width and height which can be an tadious job and it makes your code large thats why use of framework is done which make the job easy for u all media query is written in tge bootstrap which help to maintain the dize for every different device automatically