page-box-010-print-ref.html (304B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <style> 4 @page { 5 margin: 0; 6 } 7 body { 8 margin: 0; 9 } 10 </style> 11 <div style="box-sizing:border-box; border:10px solid green; height:100vh; padding:40px;"> 12 There should be a green outline. 13 </div>