tor-browser

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

1804872-2-ref.html (378B)


      1 <!DOCTYPE html>
      2 <html>
      3 <style>
      4 html {
      5  /* Suppress scrollbars to avoid periodical unthrottling for transform */
      6  /* animations on the compositor. */
      7  overflow: hidden;
      8 }
      9 body {
     10  margin: 0px;
     11  padding: 0px;
     12 }
     13 
     14 #target {
     15  width: 100px;
     16  height: 100px;
     17  position: absolute;
     18  background-color: green;
     19  scale:2;
     20 }
     21 </style>
     22 <img id="target" src="pinwheel_logo.svg">
     23 </html>