PdfCSS:APRJA Minor Tech: Difference between revisions

From creative crowd wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
     }
     }
}
}


/*------------turning off pads */
/*------------turning off pads */

Revision as of 13:47, 23 May 2023

/*------------------page rules */
@page{

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

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

/*-----------------page breaks */
h1 {
  break-before: always;
}