Copyright © tutorialspoint.com

CSS - size

previous next


Description:

The size property specifies the size and orientation of a page box.

Possible Values:

Applies to:

Page Context

Example:

Here is the example:

<style tyle="text/css">
<!--
@page legal {size: 8.5in 14in;}
@page {size: landscape;}
-->
</style>

For more detail please look into CSS Paged Media.


previous next

Copyright © tutorialspoint.com