tor-browser

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

dynamic-bsize-change-ref.html (399B)


      1 <!doctype html>
      2 <title>CSS Test Reference</title>
      3 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
      4 <style>
      5  div {
      6    border: 1px solid;
      7  }
      8  #myHeightChanges {
      9    width: 100px;
     10    height: 200px;
     11    background: green;
     12  }
     13 </style>
     14 <div style="display:flex; flex-direction:column">
     15  <div style="height:auto">
     16    <div id="myHeightChanges"></div>
     17  </div>
     18 </div>