PdfCSS:APRJA Minor Tech

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


@page:first {
    background-color: lavender;
    }


@page{

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

}

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

/*-----------------page breaks */


h1.heading1-heading2, h2.heading2-heading3 {
  break-before: always;
}

/*-----------------sections */