How do you make the page fit the screen? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do you make the page fit the screen?

I am trying my fingers on html.. but I want the page to fit the screen, even if you rotate your phone.. I have tried sizing the width of the body but nothing really happens..

20th Jun 2017, 1:32 PM
Otumian Empire
Otumian Empire - avatar
1 Answer
+ 1
I believe this is what you're looking for: <meta name="viewport" content="width=device-width, initial-scale=1.0" >
20th Jun 2017, 8:44 PM
Mat
Mat - avatar