tor-browser

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

ink-overflow-001-print.html (541B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com">
      3 <link rel="help" href="https://www.w3.org/TR/css-break-3/">
      4 <link rel="match" href="about:blank">
      5 <meta name="flags" content="paged">
      6 <style>
      7 @page {
      8  size: 5in 3in;
      9  margin: 0.5in;
     10 }
     11 
     12 :root {
     13  print-color-adjust: exact;
     14 }
     15 
     16 html,body {
     17  color:black; background-color:white; font:20px/1 monospace; padding:0; margin:0;
     18 }
     19 
     20 body {
     21  width: 100vw;
     22  height: 100vh;
     23  outline: 100px solid red;
     24  box-shadow: 100px 100px 0 #F00;
     25 }
     26 </style>
     27 <body></body>