0

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?

Marco
  • 61
  • 5
  • unfortunately there currently isn't a way to get the first element with a certain class with css – Pete Feb 21 '22 at 15:05

0 Answers0