How to decrease size of everything on webpage by 20% in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to decrease size of everything on webpage by 20% in html

I want the webpage to look like ..like when you decrease the webpage size on chrome to 80% .. in kind off fills my screen and looks good.. but I am not able to do it.. so can anyone help??

7th Oct 2019, 6:52 PM
Omkar Tripathi
Omkar Tripathi - avatar
4 Answers
0
You can have width 80%
7th Oct 2019, 8:02 PM
A͢J
A͢J - avatar
0
AJ/AY I tried that didn't work
7th Oct 2019, 8:11 PM
Omkar Tripathi
Omkar Tripathi - avatar
0
Can you share your code?
7th Oct 2019, 9:00 PM
A͢J
A͢J - avatar
0
This is probably not a good idea, but: body { transform: scale(0.8, 0.8); }
7th Oct 2019, 9:59 PM
Schindlabua
Schindlabua - avatar