<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:[email protected]">
<link rel="help" href="https://www.w3.org/TR/css-page-3/#at-page-rule">
<link rel="match" href="page-size-006-print-ref.html">
<style>
@page {
size: 200px 320px;
margin: 10px;
}
@page :first {
margin-top: 100px;
}
body {
margin: 8px;
}
</style>
<div style="height:202px;">
first page
</div>
<div style="break-before:page; height:300px;">
second page
</div>
<div style="break-before:page; height:300px;">
third page
</div>