tor-browser

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

452157-3.html (597B)


      1 <html>
      2 <head>
      3 <style>
      4  div.a  {
      5    column-count: 2;
      6    position: absolute;
      7    background: lightblue;
      8  }
      9  div.b  {}
     10  div.c  {
     11    float: left;
     12    height: 23px;
     13    width:  10px;
     14    background: orange;
     15  }
     16  div.d  {
     17    float: left;
     18    height: 22px;
     19    width:  10px;
     20    background: green;
     21  }
     22  div.e  {
     23    clear: left;
     24  }
     25 </style>
     26 </head>
     27 <body
     28   ><div class="a"
     29       ><div class="b"
     30           ><div class="c"
     31           ></div
     32           ><div class="d"
     33           ></div
     34           ><div class="e"
     35           ></div
     36       > <!-- whitespace --></div
     37   ></div
     38 ></body>
     39 </html>