How to make my responsive based on size. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make my responsive based on size.

https://code.sololearn.com/Wmmq783N86Vq/?ref=app

25th Aug 2020, 7:32 AM
Hemu@coder
8 Answers
+ 3
Learn Bootstrap for making responsive web design.
25th Aug 2020, 7:33 AM
shubham kumar
shubham kumar - avatar
+ 3
If you don't want to go to bootstrap and materialize now. You can learn the tool media query of css which allow you to set you element size according to screensize or orientation to make pages responsive. You general css code for mobile @media screen (min-width:500px){ //Set the css change what you want for screen width more than 500px (tablets) } @media screen (min-width:900px){ //Set the css change what you want for screen width more than 900px (laptops) } Similarly you can add more break point. I will suggest you to cover media lesson of css
25th Aug 2020, 8:06 AM
Divya Mohan
Divya Mohan - avatar
25th Aug 2020, 7:57 AM
Divya Mohan
Divya Mohan - avatar
+ 1
Hemu@coder one week is enough to learn it because it is easy,brother. See it first,it's easy I am telling you.
25th Aug 2020, 7:43 AM
shubham kumar
shubham kumar - avatar
0
shubham kumar bro! I have only a week. Can't I do the same in CSS? Please tell me some way to make my form responsive
25th Aug 2020, 7:38 AM
Hemu@coder
0
Bedrock Coder so if I add that class name itself it become responsive. Am I right?
25th Aug 2020, 7:46 AM
Hemu@coder
25th Aug 2020, 7:47 AM
Hemu@coder