Created
December 9, 2014 16:33
-
-
Save Oobert/0de8a2a41ead78eedabc to your computer and use it in GitHub Desktop.
Page breaks with CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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