I'm looking for a CSS selector to select the first element on every page when the webpage is being printed.
On my site, I'm having a list of element that always look like <div class="element"></div>. If I print this page, I get multiple pages. I want to select on every print page the first <div class="element"></div>. Is this possible? If so, how can I do this?