tor-browser

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

min-size-auto-overflow-clip-ref.html (244B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <style>
      4  .flex {
      5    display: flex;
      6    width: 100px;
      7    border: 1px solid;
      8  }
      9 </style>
     10 <div class="flex">
     11  <div>
     12    <div style="background: green; width: 150px; height: 50px;"></div>
     13  </div>
     14 </div>