Difference between revisions of "Print.css"
From
(Created page with "→CSS placed here will affect the print output: html, body {font-size:10px;}") |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will affect the print output */ | /* CSS placed here will affect the print output */ | ||
html, body {font-size: | html, body {font-size:8px;} | ||
Revision as of 13:17, 5 February 2019
/* CSS placed here will affect the print output */
html, body {font-size:8px;}