tor-browser

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

page-rule-specificity-print-portrait-ref.html (254B)


      1 <!DOCTYPE html>
      2 <html>
      3  <meta charset="utf-8">
      4  <link rel="author" title="Jonathan Watt" href="mailto:jwatt@jwatt.org"/>
      5  <style>
      6 
      7 @page :first {
      8  size: portrait;
      9 }
     10 body {
     11  margin: 0;
     12 }
     13 
     14  </style>
     15  <body>
     16    <div>Portrait</div>
     17  </body>
     18 </html>