tor-browser

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

width-auto-size-em-rtl-ref.html (306B)


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