Home > Web Front-end > CSS Tutorial > The function of the size attribute in CSS is to set the size and direction of the page box

The function of the size attribute in CSS is to set the size and direction of the page box

PHPz
Release: 2023-08-31 19:17:02
forward
899 people have browsed it

The function of the size attribute in CSS is to set the size and direction of the page box

size properties specify the size and orientation of the page box. There are four values ​​for page size

  • auto - The page box will be set to the size and orientation of the target worksheet.
  • landscape - Override the direction of the target. The page box is the same size as the target, with the longer side horizontal.
  • Portrait - Overrides the orientation of the target. The page box is the same size as the target, with the short side horizontal.
  • Length - The length value of the "size" attribute creates an absolute page box. If you specify only a length value, both the width and height of the page box are set. Percentage values ​​are not allowed for the Size property.

The above is the detailed content of The function of the size attribute in CSS is to set the size and direction of the page box. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template