tor-browser

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

fieldset-baseline-ref.html (252B)


      1 <!DOCTYPE html>
      2 <style>
      3 span {
      4  border: solid 2px;
      5  padding: 10px;
      6  margin: 5px;
      7 }
      8 </style>
      9 <div>
     10  text <span style="display: inline-block;">line1<br>line2</span>
     11 </div>
     12 <div>
     13  text <span style="display: inline-flex;">line1<br>line2</span>
     14 </div>