tor-browser

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

box-shadow-calc-ref.html (165B)


      1 <!DOCTYPE html>
      2 <style type="text/css">
      3 div {
      4  width: 100px;
      5  height: 100px;
      6  background-color: blue;
      7  box-shadow: 26px 43px 60px black;
      8 }
      9 </style>
     10 <div>
     11 </div>