tor-browser

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

outline-dynamic-change-1-ref.html (256B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <style>
      5    #tweakMe {
      6      height: 100px;
      7      width: 100px;
      8      background: gray;
      9      outline: solid 6px black;
     10      outline-offset: -16px;
     11    }
     12  </style>
     13 </head>
     14 <body>
     15  <div id="tweakMe"></div>
     16 </body>
     17 </html>