page-size-016-print-ref.html (419B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <style> 4 @page { 5 size: 7.5in 7in; 6 margin: 0; 7 } 8 :root { 9 print-color-adjust: exact; 10 } 11 body { 12 margin: 0; 13 } 14 </style> 15 <div style="height:1in;"></div> 16 <div style="background:yellow; height:6in; background:yellow;"> 17 The page size should be 7.5 by 6 inches. The page top margin should be 1in. 18 </div>