How to force a page break

I need to force a page break when a page of my site is printed using the browser print function. I believe it is not possible to set custom css on an element in Wix. Given that I am looking for some way to achieve the same effect that the css style “page-break-after: always;” would provide (theoretically).
Is there anyway in Wix to specify where page breaks should occur if the page is printed from the browser?