tor-browser

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

printpreview_scale_test_003.html (275B)


      1 <!DOCTYPE html>
      2 <head>
      3  <style>
      4 @page {
      5  size: 8.5in 13in;
      6  margin: 0;
      7 }
      8 body{
      9  margin:0;
     10 }
     11 div{
     12  /* 13in / 11in = 1.1818181... */
     13  height: calc(1.1818182 * 200px);
     14  width: calc(1.1818182 * 200px);
     15  background: blue;
     16 }
     17  </style>
     18 </head>
     19 <body>
     20  <div></div>
     21 </body>