Home >Web Front-end >CSS Tutorial >Detailed explanation of css layout-grid attribute
Syntax:
layout-grid : layout-grid-mode || layout-grid-type || layout-grid-line || layout-grid-char || layout-grid-char-spacing
Parameters:
The attribute is a composite attribute. See the properties corresponding to each parameter.
Description:
Set or retrieve the grid properties of the specified text character layout in the compound document.
Documents written in East Asian languages (such as Chinese, Japanese) usually use a page layout of characters based on a one- or two-dimensional grid.
The corresponding script feature is layoutGrid. Please see other books I have written.
Example:
p { layout-grid:char line 12px 12px 5px; }
delete?
Sets or retrieves the row grid value applied to the object text, 15.6 points none: does not specify a row grid value
section0 defines a section in the document . Such as chapters, headers, footers, or other parts of the document.
The above is the detailed content of Detailed explanation of css layout-grid attribute. For more information, please follow other related articles on the PHP Chinese website!