tor-browser

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

boxshadow-mixed-2-ref.html (383B)


      1 <!DOCTYPE HTML>
      2 <title>Reference, bug 1402060</title>
      3 <style>
      4 
      5 .blackAtTop {
      6  width: 100px;
      7  height: 90px;
      8  border-top: 10px solid black;
      9 }
     10 
     11 .blue {
     12  width: 100px;
     13  height: 100px;
     14  background: blue;
     15  margin-left: 10px;
     16 }
     17 
     18 .white {
     19  width: 90px;
     20  height: 90px;
     21  background: white;
     22 }
     23 
     24 </style>
     25 
     26 <div class="blackAtTop"><div class="blue"><div class="white"></div></div></div>