How to make my code to fit all screen size automatically in css in all phones and tablets ?help me please? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make my code to fit all screen size automatically in css in all phones and tablets ?help me please?

11th Nov 2018, 6:42 AM
biniyame highlu
biniyame highlu - avatar
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.
11th Nov 2018, 7:46 AM
Arushi Singhania
Arushi Singhania - avatar
+ 5
You can use media queries also.
11th Nov 2018, 6:55 AM
Arushi Singhania
Arushi Singhania - avatar
+ 2
You can use bootstrap an framework of css which is used to make responsive sites https://www.sololearn.com/learn/1051/?ref=app
11th Nov 2018, 6:49 AM
MsJ
MsJ - avatar
+ 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
11th Nov 2018, 7:04 AM
MsJ
MsJ - avatar