Source code

Revision control

Copy as Markdown

Other Tools

<!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>