tor-browser

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

boxshadow-opacity-ref.html (245B)


      1 <!DOCTYPE HTML>
      2 <style>
      3 body {
      4  background-color: green;
      5 }
      6 
      7 #thediv {
      8  width: 300px;
      9  height: 100px;
     10  position: absolute;
     11  top: 20px;
     12  left: 20px;
     13  opacity: 0.6;
     14  box-shadow: 3px 3px 2px rgb(255,0,0);
     15 }
     16 </style>
     17 
     18 <div id="thediv"></div>