tor-browser

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

printpreview_mixed_page_size_002.html (267B)


      1 <!DOCTYPE html>
      2 <style>
      3 @page a {
      4    size: 10in 5in;
      5 }
      6 @page b {
      7    size: 6in 9in;
      8 }
      9 </style>
     10 <div style="display: flex; position: fixed;">
     11    <div>static 1</div>
     12    <div>static 2</div>
     13 </div>
     14 <div style="page: a">block a</div>
     15 <div style="page: b">block b</div>