tor-browser

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

green-square-100-by-100-ref.html (356B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS will-change reference</title>
      4 <link rel="author" title="L. David Baron" href="https://dbaron.org/">
      5 <link rel="author" title="Mozilla" href="http://www.mozilla.org/">
      6 <style>
      7 html, body { margin: 0; padding: 0; }
      8 div { width: 100px; height: 100px; background: green }
      9 </style>
     10 <body>
     11  <div></div>
     12 </body>