tor-browser

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

printpreview_scale_test_002.html (212B)


      1 <!DOCTYPE html>
      2 <head>
      3  <style>
      4 @page {
      5  size: A4;
      6  margin: 0;
      7 }
      8 body{
      9  margin:0;
     10 }
     11 div{
     12  height: 200px;
     13  width: 200px;
     14  background: blue;
     15  margin: auto;
     16 }
     17  </style>
     18 </head>
     19 <body>
     20  <div></div>
     21 </body>