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