Css Pdf Notes ●
p orphans: 3; widows: 2;
Control where content splits across pages. css pdf notes
Using running() and element() .
<div class="page-header">My PDF Report | Chapter 1</div> body counter-reset: chapter section; p orphans: 3; widows: 2; Control where content
Use @media print to isolate PDF styles.
h2:before content: counter(chapter) "." counter(section) " "; counter-increment: section; p orphans: 3