tor-browser

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

img-fuzzy-transform-zoomIn-1.html (570B)


      1 <!DOCTYPE html>
      2 <!-- Any copyright is dedicated to the Public Domain.
      3   - http://creativecommons.org/publicdomain/zero/1.0/ -->
      4 <html>
      5 <head>
      6  <style>
      7    body {
      8      margin:  0px;
      9      padding: 0px;
     10      border:  0px;
     11    }
     12    div {
     13      background: url('circle-small.svg');
     14      background-size: 40px 40px;
     15      background-repeat: repeat;
     16      margin:  0px;
     17      padding: 0px;
     18      border:  0px;
     19      width:  80px;
     20      height: 80px;
     21      transform: scale(2.0);
     22      transform-origin: 0 0;
     23    }
     24  </style>
     25 </head>
     26 <body>
     27  <div></div>
     28 </body>
     29 </html>