Skip to content

Instantly share code, notes, and snippets.

@Oobert
Created December 9, 2014 16:33
Show Gist options
  • Select an option

  • Save Oobert/0de8a2a41ead78eedabc to your computer and use it in GitHub Desktop.

Select an option

Save Oobert/0de8a2a41ead78eedabc to your computer and use it in GitHub Desktop.
Page breaks with CSS
.page-breaker {
display: block;
clear: both;
page-break-after: always;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment