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

How to make a mobile friendly website?

How do I make a website that fits an iphone screen? Also does Visual Studio Code have any way of testing on mobile? how do I know if it fits? im using html and css.

26th May 2018, 7:10 PM
Kyle
Kyle - avatar
2 Answers
+ 3
using a framework like bootstrap for responsive design should do the trick. may not look as attractive as on a wide pc screen, but fits on every screen.
26th May 2018, 7:14 PM
storm
storm - avatar
0
Combination CSS Flexbox and Grid layout.
28th May 2018, 4:03 PM
Josimov Dejan
Josimov Dejan - avatar