tor-browser

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

boxshadow-rotated-ref.html (209B)


      1 <html>
      2 <head>
      3 <style>
      4 div.second {
      5  margin: 35px auto 95px auto;
      6  box-shadow: 0px 0px 15px 0px #808080;
      7  width: 100;
      8  height: 116.36px;
      9 }
     10 </style>
     11 </head>
     12 <body>
     13 <div class="second"></div>
     14 </body>
     15 </html>