How can I make webpage compatible with all devices(mobile,pc,tablet..etc) and even if I drag also it should adjust it's size. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

How can I make webpage compatible with all devices(mobile,pc,tablet..etc) and even if I drag also it should adjust it's size.

10th Jul 2018, 10:21 AM
thealoneprogrammer
thealoneprogrammer - avatar
7 Answers
+ 8
you are a good player brother Mahdi! and I'm happy to meet you 😊
13th Jul 2018, 4:51 PM
thealoneprogrammer
thealoneprogrammer - avatar
+ 5
✔ Responsive web design: ➡ bootstrap or CSS (@media) Will bring good result https://www.sololearn.com/learn/1051/?ref=app
10th Jul 2018, 10:37 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 5
10th Jul 2018, 12:01 PM
thealoneprogrammer
thealoneprogrammer - avatar
+ 3
Its called responsive web design. Check out youtube for some info. Or google.
10th Jul 2018, 10:35 AM
Akib
Akib - avatar
+ 2
I would dig into Css and Css-grid first. Then instead of bootstrap, check out skeleton css framework. Smaller and less extensive thus easier to learn? Also for images, try to stick with .svg vector images; they are responsive design friendly so to speak. Check out cloudinary.com for storing images. You can actually store one image and use their service to put filters on and get any size you'd like the image to be, just by changing the URL to the image in your code. Using media queries in combination with cloudinary kicks ass (IMHO)
11th Jul 2018, 9:58 PM
Reinier Caron
Reinier Caron - avatar
+ 1
Today is not my day.😶 I'm not lucky at all.👎 #ridiculous_mistakes but, i'm glad to meet you 😊✌ a HTML expert 👌
13th Jul 2018, 4:49 PM
Mahdi Salek
Mahdi Salek - avatar
+ 1
thank you for your favor brother Sujith D 😊🌹🙏
13th Jul 2018, 4:56 PM
Mahdi Salek
Mahdi Salek - avatar