CSS size
Also see the full, alphabetical list of CSS properties
The CSS size property is used in paged media to specify the size of the page.
| Syntax: | size: <value> |
| Possible Values: |
|
| Initial Value: | auto |
| Applies to: | Paged media (and paged context - for example, print preview screens) |
| Inherited: | Yes |
| Media: | Visual, paged |
| Example: |
@page { size: landscape;}or @page { size: 11in 8.5in;}
|

