tor-browser

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

page-margin-004-print-ref.html (440B)


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