Fit to any screen ? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 3

Fit to any screen ?

I was trying to make a website offline template which always fit to any screen but didn't know how to do it ?

6th Aug 2020, 4:56 AM
Raj Srivastava
Raj Srivastava - avatar
2 ответов
+ 5
Try adding this Raj_Srivastava™ ✔️ <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
6th Aug 2020, 5:20 AM
BroFar
BroFar - avatar
+ 3
BroFar thanks it worked
6th Aug 2020, 5:26 AM
Raj Srivastava
Raj Srivastava - avatar