Skip to content

Instantly share code, notes, and snippets.

@srujan21
Last active January 6, 2017 10:07
Show Gist options
  • Save srujan21/83d2c2dbdef7de835cf723be388020ef to your computer and use it in GitHub Desktop.
Save srujan21/83d2c2dbdef7de835cf723be388020ef to your computer and use it in GitHub Desktop.
@page {
margin-top: 4cm;
margin-bottom: 3cm;
@top-center {
content: element(header);
}
@bottom-left {
content: element(footer);
}
}
body {
background: #fff;
line-height: 1.25;
font-family: Arial, sans-serif;
font-size: 9pt;
color: #686867;
}
div.header {
padding: 10px;
position: running(header);
}
div.footer {
display: block;
padding: 5px;
position: running(footer);
}
div.content {
float: left;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment