Skip to content

Instantly share code, notes, and snippets.

@Iftimie
Created January 19, 2022 13:48
Show Gist options
  • Save Iftimie/78df5c4c843c7453c75365cb7c965870 to your computer and use it in GitHub Desktop.
Save Iftimie/78df5c4c843c7453c75365cb7c965870 to your computer and use it in GitHub Desktop.
Main formatting
<!DOCTYPE html>
<html>
<head>
<style>
body {
background: rgb(204,204,204);
width: 21cm;
height: 29.7cm;
margin: 0 auto;
}
page {
background: white;
display: block;
margin: 0 auto;
margin-bottom: 0.5cm;
position: relative;
}
page[size="A4"] {
width: 21cm;
height: 29.7cm;
}
@page {
size: 21cm 29.7cm;
margin: 0mm;
}
</style>
</head>
<body>
<page size="A4">
</page>
<page size="A4">
</page>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment