tor-browser

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

boxshadow-skiprect.html (196B)


      1 <!DOCTYPE HTML>
      2 <style>
      3 
      4 #thediv {
      5  width: 400px;
      6  height: 250px;
      7  position: absolute;
      8  top: 40px;
      9  left: 40px;
     10  box-shadow: 0px 0px 10.5px black;
     11 }
     12 </style>
     13 
     14 <div id="thediv">&nbsp;</div>