dimensions-006-print-ref.html (1641B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <meta name="flags" content="ahem"> 4 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css"> 5 <style> 6 :root { 7 print-color-adjust: exact; 8 font: 16px/1 Ahem; 9 } 10 @page { 11 margin: 0; 12 width: 32em; 13 height: 27em; 14 } 15 body { 16 display: grid; 17 grid-template-columns: 6em auto 6em; 18 grid-template-rows: 6em auto 6em; 19 height: 100vh; 20 margin: 0; 21 } 22 .vertical-edge { 23 display: flex; 24 } 25 .horizontal-edge { 26 display: flex; 27 flex-flow: column; 28 } 29 </style> 30 <div class="corner"></div> 31 <div class="vertical-edge"> 32 <div style="width:15.375em; margin-bottom:3em; background:hotpink;">xxx xx xx xx xxxx</div> 33 <div style="width:4.625em; margin-top:3em; background:yellow;">xx xx</div> 34 </div> 35 <div class="corner"></div> 36 <div class="horizontal-edge"> 37 <div style="writing-mode:vertical-rl; height:10.75em; background:yellow;">xxx x xx xxxx</div> 38 <div style="writing-mode:vertical-rl; height:4.25em; background:hotpink;">xx xx</div> 39 </div> 40 <div></div> 41 <div class="horizontal-edge"> 42 <div style="writing-mode:vertical-rl; height:9em; background:hotpink;">x x xxxxxx x x x x x x x x x x</div> 43 <div style="writing-mode:vertical-rl; height:6em; background:yellow;">x x x x x x x x x x x x x x x x xx</div> 44 </div> 45 <div class="corner"></div> 46 <div class="vertical-edge"> 47 <div style="width:11.25em; margin-top:1em; background:yellow;">x x xxxxxx x x x x x x x x x x x x</div> 48 <div style="width:8.75em; background:hotpink;">x x x x x x x x x x x x x x x x x x xx</div> 49 </div> 50 <div class="corner"></div>