tor-browser

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

width-auto-size-ltr-ref.html (312B)


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