tor-browser

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

toggle-animated-iframe-visibility-ref.html (173B)


      1 <!DOCTYPE html>
      2 <style>
      3  .rotated {
      4    transform: rotate(90deg);
      5  }
      6 </style>
      7 <div id="container">
      8  <iframe class="rotated" src="resources/block.html">
      9  </iframe>
     10 </div>