Skip to content

Instantly share code, notes, and snippets.

@MurakamiShinyu
Created August 4, 2023 08:08
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 MurakamiShinyu/82b86a8cc7bbd45f94d5390f8fc6ada7 to your computer and use it in GitHub Desktop.
Save MurakamiShinyu/82b86a8cc7bbd45f94d5390f8fc6ada7 to your computer and use it in GitHub Desktop.
<!doctype html>
<style>
@page {
size: 210mm 210mm;
marks: crop cross;
bleed: 3mm;
margin: -3mm;
}
body {
margin: 0;
}
img {
display: block;
width: 100vw;
height: 100vh;
}
</style>
<body>
<img src="https://vivliostyle.github.io/vivliostyle_doc/samples/gon/img/gon.jpg"/>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment