|
|
CSS page
The CSS page property is used in paged media to specify the page type for printed elements.
| Syntax: |
page: <value>;
|
| Possible Values: |
|
| Initial Value: |
auto
|
| Applies to: |
Block level elements
|
| Inherited: |
Yes
|
| Media: |
Visual, paged
|
| Example: |
@page wide {size: landscape}
img {page: wide; page-break-before: right}
|
Enjoy this website?
- Add this page to your Favorites
- Link to this page (copy/paste into your own website or blog):
- Help support Quackit by making a donation
Oh, and thank you for supporting Quackit!
|
|