tor-browser

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

1645549-2.html (230B)


      1 <!DOCTYPE html>
      2 <style>
      3 #flex {
      4  display: flex;
      5  flex-flow: column;
      6 }
      7 main {
      8  column-width: 100px;
      9 }
     10 </style>
     11 
     12 <!-- "after" is wrapped in an anonymous flex item. -->
     13 <main>
     14  <div id="flex"><div>before</div>after</div>
     15 </main>