blob: 2cfbb6fb7cacd74f23944308b889c8597456388a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<link rel="match" href="page-name-flex-003-print-ref.html"/>
<link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages"/>
<body style="page:a">
<div>a</div>
<div style="page:b; display:flex; flex-direction:column">
<div>b</div>
<div>c</div>
</div>
<div>d</div>
</body>
</html>
|