tor-browser

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

page-size-006-print.html (554B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://www.w3.org/TR/css-page-3/#at-page-rule">
      4 <link rel="match" href="page-size-006-print-ref.html">
      5 <style>
      6  @page {
      7    size: 200px 320px;
      8    margin: 10px;
      9  }
     10  @page :first {
     11    margin-top: 100px;
     12  }
     13  body {
     14    margin: 8px;
     15  }
     16 </style>
     17 <div style="height:202px;">
     18  first page
     19 </div>
     20 <div style="break-before:page; height:300px;">
     21  second page
     22 </div>
     23 <div style="break-before:page; height:300px;">
     24  third page
     25 </div>