PdfCSS:APRJA Minor Tech

From creative crowd wiki
Revision as of 13:46, 23 May 2023 by Simoon (talk | contribs)
Jump to navigation Jump to search
/*------------------page rules */
@page{

    @bottom-left{
        content: counter(page);
    }
}


/*------------turning off pads */
div.pad {
    display: none;
}