tor-browser

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

background-clip-2.html (284B)


      1 <!DOCTYPE html>
      2 <html>
      3  <body>
      4    <div style="padding: 10px;
      5                width: 100px;
      6                height: 100px;
      7                background-color: black;
      8                border: 10px solid black;
      9                background-clip: content-box;">
     10    </div>
     11  </body>
     12 </html>