tor-browser

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

overflowing-block-002-print-ref.html (673B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
      4 <link rel="author" title="Mozilla" href="https://www.mozilla.org/">
      5 <link rel="help" href="https://drafts.csswg.org/css-break-3/#parallel-flows">
      6 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=563436">
      7 <link rel="stylesheet" href="/fonts/ahem.css">
      8 
      9 <style>
     10 @page { size: 5in 3in; margin: 0.5in; }
     11 body { margin: 0; }
     12 
     13 .content {
     14  font: 0.5in/1 Ahem;
     15  color: white;
     16  word-break: break-all;
     17  border: 0.5in solid purple;
     18  margin-right: 2in;
     19 }
     20 </style>
     21 
     22 <!-- The content is printed in two pages. -->
     23 <div class="content">XXXXXXXXXXXX</div>