PdfCSS:APRJA Minor Tech
From Creative Crowds wiki
Jump to navigation
Jump to search
/*------------------page rules */
@page{
@bottom-left{
content: counter(page);
}
}
/*------------turning off pads */
div.pad {
display: none;
}
/*-----------------page breaks */
h1 {
break-before: always;
}