tor-browser

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

printpreview_pps_uw4.html (573B)


      1 <!DOCTYPE html>
      2 <!-- This is a testcase for a "4-pages-per-sheet" scenario.
      3     There are 4 full-page "swatches" with large colorful borders. -->
      4 <style>
      5 html, body { margin: 0; height: 100%; }
      6 .swatch {
      7  box-sizing: border-box;
      8  border: 120px solid;
      9  height: 100%;
     10 }
     11 .swatch:nth-child(1) { border-color: cyan; }
     12 .swatch:nth-child(2) { border-color: yellow; }
     13 .swatch:nth-child(3) { border-color: pink; }
     14 .swatch:nth-child(4) { border-color: orange; }
     15 </style>
     16 <div class="swatch"></div>
     17 <div class="swatch"></div>
     18 <div class="swatch"></div>
     19 <div class="swatch"></div>