Using Firefox, you can enlarge an entire web page by simply pressing CTRL+.
What this does is proportionally enlarge the entire web page (fonts, images, etc).
How can I replicate the same functionality using simply CSS?
Is there an attribute or something like, page-size: 150% (which would increase the entire page portions by x%?)
Essentially, how would I replicate the page-zoom functionality of Firefox purely within CSS?
