blob: 85524dfb22a353bde52bfa9c58f36fc7d7a6d71f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<body>
<div>a</div>
<div style="display:flex; flex-direction:column">
<div>
<div style="break-after: page">b</div>
<div>c</div>
</div>
</div>
<div>d</div>
</body>
</html>
|