tor-browser

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

width-auto-size-em-ltr-ref.html (291B)


      1 <!DOCTYPE HTML>
      2 <style>
      3 
      4 div.button {
      5  display: inline-block;
      6  background: yellow;
      7  border: 2px solid fuchsia;
      8  padding: 2px;
      9 }
     10 
     11 span {
     12  display: inline-block; vertical-align: middle;
     13  height: 2em; width: 5em; border: 2px solid blue;
     14 }
     15 
     16 </style>
     17 
     18 <div class=button><span></span></div>