tor-browser

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

1645549-2-ref.html (186B)


      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 <main>
     13  <div id="flex"><div>before</div><div>after</div></div>
     14 </main>