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