tor-browser

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

three-levels-of-orthogonal-flows.html (493B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org">
      3 <p>The yellow box should be in the top right corner of the hotpink box.</p>
      4 <div style="width:30em; height:30em; background:hotpink;">
      5    <div style="float:right; writing-mode:vertical-rl; background:yellow;">
      6      <div style="visibility:hidden;">
      7        Roses are red,<br>
      8        violets are blue.<br>
      9        All my base<br>
     10        are belong to you.<br>
     11      </div>
     12    </div>
     13  </div>
     14 </div>