tor-browser

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

page-background-002-print-ref.html (416B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <style>
      4  @page {
      5    size: 300px 50px;
      6    margin: 0;
      7  }
      8  body {
      9    margin-left: 100px;
     10  }
     11 </style>
     12 <img style="position:absolute; z-index:-1; top:0; left:0;" src="support/cat.png">
     13 Cat head.
     14 <div style="break-before:page;">
     15  Cat body.
     16 </div>
     17 <div style="break-before:page;">
     18  No cat parts on this page.
     19 </div>