tor-browser

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

container-units-rule-cache-ref.html (314B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <style>
      4  .container {
      5    width: 100px;
      6  }
      7 
      8  .half {
      9    height: 50%;
     10    background-color: green;
     11  }
     12 </style>
     13 <div class="container" style="height: 100px">
     14  <div class="half"></div>
     15 </div>
     16 <div class="container" style="height: 200px">
     17  <div class="half"></div>
     18 </div>