page-size-002-print-ref.html (305B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <style> 4 @page { 5 size: 300px 50px; 6 margin: 0; 7 } 8 body { margin: 0; } 9 </style> 10 <div style="height:50px;">Page 1</div> 11 <div style="height:50px;">Page 2</div> 12 <div style="height:50px;">Page 3</div>