tor-browser

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

page-size-012-print-ref.html (631B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <style>
      4  @page {
      5    size: 600px 400px;
      6    margin: 0;
      7  }
      8  :root {
      9    print-color-adjust: exact;
     10  }
     11  body { margin: 0; }
     12 </style>
     13 <div style="margin-left:auto; margin-right:50px; writing-mode:vertical-rl; height:400px; background:yellow;">
     14  50px to the left of page box right edge.<br>
     15  Page widths larger than heights.<br>
     16 </div>
     17 <div style="break-before:page;"></div>
     18 <div style="margin-left:auto; margin-top:50px; writing-mode:vertical-rl; height:350px; background:yellow;">
     19  50px below the page box top edge.<br>
     20 </div>