tor-browser

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

basic-pagination-002-print-ref.html (331B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <style>
      4  @page {
      5    size: 293px;
      6    margin: 5px;
      7  }
      8  :root {
      9    print-color-adjust: exact;
     10  }
     11  body {
     12    margin: 0;
     13    background: yellow;
     14  }
     15  div {
     16    height: 283px;
     17  }
     18 </style>
     19 <div>Page one</div>
     20 <div>Page two</div>