tor-browser

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

width-auto-size-rtl-ref.html (327B)


      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  font-size: 10px;
     11 }
     12 
     13 span {
     14  display: inline-block; vertical-align: middle;
     15  height: 20px; width: 50px; border: 2px solid blue;
     16 }
     17 
     18 </style>
     19 
     20 <div class=button><span></span></div>