Source code

Revision control

Copy as Markdown

Other Tools

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