page-box-006-print-ref.html (545B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <style> 4 @page { 5 size: 400px; 6 margin: 0; 7 } 8 :root { 9 print-color-adjust: exact; 10 } 11 body { 12 margin: 0; 13 } 14 </style> 15 <div style="margin:50px; height:300px; background:yellow;"> 16 Yellow background, white page margins. 17 </div> 18 <div style="display:flow-root; break-before:page; height:400px; background:blue;"> 19 <div style="margin:50px; height:300px; background:yellow;"> 20 Yellow background, blue page margins. 21 </div> 22 </div>