tor-browser

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

basic-pagination-003-print-ref.html (358B)


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