tor-browser

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

1149304-1-transform-change-ref.html (298B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <style>
      6  body { transform:translateY(10px); white-space: pre; }
      7  p { margin: 0; }
      8  span { padding: 2px; color: red; background: blue; }
      9 </style>
     10 </head>
     11 <body><p> <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> &nbsp; &nbsp; </p>
     12 </body>
     13 </html>