CSS Size Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

This property specifies the size and orientation of the containing box for page content, the page box.

Syntax

size: [value1] [value2];

Possible values

  • [length]
  • auto
  • page-size
  • portrait
  • landscape

Initial Value

Auto

Applies To

Page context

Inherited

N/A

Media

Paged

Example

.class {
  size: 25px 54px ;
}


View All CSS Properties