Skip to content

Instantly share code, notes, and snippets.

@matheuseduardo
Created April 23, 2018 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matheuseduardo/5f96a6a65ac3aa58e898ea864607cedc to your computer and use it in GitHub Desktop.
Save matheuseduardo/5f96a6a65ac3aa58e898ea864607cedc to your computer and use it in GitHub Desktop.
JS Bin // source http://jsbin.com/niyegig
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
html,
body {
font-family: Helvetica, Arial, sans-serif;
}
.quebra-pagina {
page-break-after: always;
}
</style>
</head>
<body>
<div>
Teste 1
</div>
<div class="quebra-pagina"></div>
<div>
Teste 2
</div>
<script id="jsbin-source-css" type="text/css">html,
body {
font-family: Helvetica, Arial, sans-serif;
}
.quebra-pagina {
page-break-after: always;
}</script>
</body>
</html>
html,
body {
font-family: Helvetica, Arial, sans-serif;
}
.quebra-pagina {
page-break-after: always;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment