Skip to content

Instantly share code, notes, and snippets.

@gustavoquinalha
Created November 14, 2019 17:13
Show Gist options
  • Save gustavoquinalha/f1b1ddb333cd5e9096675075acead8af to your computer and use it in GitHub Desktop.
Save gustavoquinalha/f1b1ddb333cd5e9096675075acead8af to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>A4 landscape</title>
<!-- Normalize or reset CSS with your favorite library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
<!-- Load paper.css for happy printing -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/paper-css/0.4.1/paper.css">
<style>
@page {
size: A4 landscape
}
</style>
</head>
<body class="A4 landscape">
<section class="sheet padding-10mm">
<article></article>
</section>
<section class="sheet padding-10mm">
<article></article>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment