tor-browser

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

content-002-print-ref.html (573B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <meta charset="utf-8">
      4 <style>
      5  @page {
      6    margin: 0;
      7  }
      8  body {
      9    margin: 0;
     10  }
     11  .content::before {
     12    content: open-quote "Trøndere gråter når " open-quote "Vinsjan på kaia" close-quote " blir deklamert" close-quote;
     13  }
     14  .bottom::before {
     15    quotes: "[" "]" "{" "}";
     16  }
     17 </style>
     18 <div style="display:grid; height:100vh; grid-template-rows:4em auto 4em; margin:0 4em;">
     19  <div class="content"></div>
     20  <div></div>
     21  <div class="content bottom"></div>
     22 </div>