tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

page-margin-006-print-ref.html (488B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <style>
      4  @page {
      5    size: 6in;
      6    margin: 0.5in;
      7  }
      8  :root {
      9    print-color-adjust: exact;
     10    background: yellow;
     11    margin: 0.5in;
     12  }
     13  body {
     14    margin: 0;
     15    background: cyan;
     16  }
     17 </style>
     18 There should be a half-inch page margin on every side. The cyan box should be
     19 inset by yet another half-inch, except at the bottom.
     20 <div style="break-before:page;">
     21  Second page.
     22 </div>