tor-browser

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

fieldset-flexbox-001.html (423B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <body>
      4 <style>
      5 p { flex-grow: 1; }
      6 </style>
      7 <fieldset style="display:flex; overflow:hidden; width:200px; height:200px;">
      8  <legend>Legend</legend>
      9  <p>X
     10  <p>X
     11  <p>X
     12  <p>X
     13  <p>X
     14  <p>X
     15  <p>X
     16  <p>X
     17  <p>X
     18  <p>X
     19  <p>X
     20 </fieldset>
     21 <fieldset style="display:flex;">
     22  <legend>Legend</legend>
     23  <p>X
     24  <p>X
     25  <p>X
     26  <p>X
     27  <p>X
     28  <p>X
     29  <p>X
     30  <p>X
     31  <p>X
     32  <p>X
     33  <p>X
     34 </fieldset>
     35 </body>
     36 </html>