How do you make your website mobile friendly? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do you make your website mobile friendly?

I can't believe it has problems with width

3rd Nov 2016, 12:57 AM
Edidiong Udoh
Edidiong Udoh - avatar
3 Answers
+ 1
You'd want to learn about the @media query, this is used for mobile versions of a website.
3rd Nov 2016, 7:06 AM
somestuffontheinternet
somestuffontheinternet - avatar
+ 1
Learn CSS @media queries so you can resize the elements according to screen size. ** Learn Bootstrap because it will make developing mobile first websites much easier.
3rd Nov 2016, 10:23 PM
Hasan Al-Yazidi
Hasan Al-Yazidi - avatar
0
Rwd (responsive web design)! you can either use a framework like foundation or bootstrap...or build your own grid system...
5th Nov 2016, 11:37 PM
Joseph
Joseph - avatar