tor-browser

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

overflow-inline-block-with-opacity-ref.html (151B)


      1 <!DOCTYPE html>
      2 <style>
      3  span { opacity: 0.99; }
      4  #button { display: inline-block; }
      5 </style>
      6 <span>
      7  <div id="button">hello<br>world</div>
      8 </span>