tor-browser

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

page-name-zero-height-001-print.html (532B)


      1 <!DOCTYPE html>
      2 <html>
      3  <link rel="match" href="page-name-zero-height-001-print-ref.html"/>
      4  <link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages"/>
      5  <style>div { line-height: 1.5; }</style>
      6  <body>
      7    <div style="page: a">a</div>
      8    <div style="page: b; height: 0">b</div>
      9    <div style="page: c; height: 0; padding-left: 2em">c</div>
     10    <div style="page: d; height: 0; padding-left: 4em">d</div>
     11    <div style="page: e; padding-left: 6em;">e</div>
     12    <div style="page: f">f</div>
     13  </body>
     14 </html>