tor-browser

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

box-shadow-005-ref.html (539B)


      1 <!DOCTYPE html>
      2 <style>
      3  #mc > div {
      4    position: absolute;
      5    inset-block-start:-10px;
      6    inline-size: 50px;
      7    border: 10px solid;
      8  }
      9 </style>
     10 <p>Box shadows should be painted around all of the three fragments.</p>
     11 <div id="mc" style="position:relative; margin:50px; inline-size:400px; block-size:100px; background:yellow;">
     12  <div style="inset-inline-start:-10px; block-size:100px;"></div>
     13  <div style="inset-inline-start: 140px; block-size:100px;"></div>
     14  <div style="inset-inline-start: 290px; block-size:50px;"></div>
     15 </div>