Source code
Revision control
Copy as Markdown
Other Tools
<head>
<title>CSS Test: @page size Ledger</title>
<link rel="author" title="Tom Clancy" href="mailto:tclancy@revenution.com"/>
<meta name="flags" content="paged" />
<meta name="assert" content="The 'ledger' value of the 'size' property specifies that the page box's width be 11in and its height 17in."/>
<style type="text/css"><![CDATA[
@page {
size: ledger;
border: 2pt solid black;
margin: 2in;
}
]]></style>
</head>
<body>
<div>If ledger-sized (11in x 17in) or larger paper is available, this content should be printed in a black box that has a width of 7 inches and a height of 13 inches.</div>
</body>
</html>