Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first / left / right page margins #11

Open
drom opened this issue Feb 27, 2017 · 1 comment
Open

first / left / right page margins #11

drom opened this issue Feb 27, 2017 · 1 comment

Comments

@drom
Copy link
Member

drom commented Feb 27, 2017

Need

Specific page margin for fist / left / right pages on print.

Solution

Works in chrome:

@page :left {
  margin: 1in 2in 1in 1in;
}

@page :right {
  margin: 1in 1in 1in 2in;
}

@page :first {
  margin: 1in 1.5in 1in 1.5in;
}
@nschwass
Copy link

nschwass commented Mar 5, 2020

Need to add a spacer "E" shape to add the first/ left / right page margins. This size (px) of this shape could be used to create pagination.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants