Expand description
CSS properties related to grid layout.
Structs§
- Grid
- A value for the grid shorthand property.
- Grid
Area - A value for the grid-area shorthand property.
- Grid
Auto Flow - A value for the grid-auto-flow property.
- Grid
Column - A value for the grid-row shorthand property.
- GridRow
- A value for the grid-row shorthand property.
- Grid
Template - A value for the grid-template shorthand property.
- Track
List - A
<track-list>
value, as used in thegrid-template-rows
andgrid-template-columns
properties. - Track
Repeat - A
<track-repeat>
value, representing therepeat()
function in a track list. - Track
Size List - A track size list, as used
in the
grid-auto-rows
andgrid-auto-columns
properties.
Enums§
- Grid
Line - A
<grid-line>
value, used in thegrid-row-start
,grid-row-end
,grid-column-start
, andgrid-column-end
properties. - Grid
Template Areas - A value for the grid-template-areas property.
- Repeat
Count - A
<repeat-count>
value, used in therepeat()
function. - Track
Breadth - A
<track-breadth>
value. - Track
List Item - Either a track size or
repeat()
function. - Track
Size - A
<track-size>
value, as used in thegrid-template-rows
andgrid-template-columns
properties. - Track
Sizing - A track sizing value
for the
grid-template-rows
andgrid-template-columns
properties.