Optional gridOptional gridThe CSS grid-auto-columns property.
It specifies the size of an implicitly-created grid column track or pattern of tracks.
Optional gridThe CSS grid-auto-flow property
It controls how the auto-placement algorithm works, specifying exactly how auto-placed items get flowed into the grid.
Optional gridThe CSS grid-auto-rows property.
It specifies the size of an implicitly-created grid row track or pattern of tracks.
Optional gridThe CSS grid-column property.
It specifies a grid item's size and location within a grid column
by contributing a line, a span, or nothing (automatic) to its grid placement,
thereby specifying the inline-start and inline-end edge of its grid area.
Optional gridThe CSS grid-column property
It specifies a grid item’s end position within the grid column by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the block-end edge of its grid area.
Optional gridThe CSS grid-column-gap property.
It defines the size of the gap (gutter) between an element's columns.
Optional gridThe CSS grid-column property.
It specifies a grid item’s start position within the grid column by contributing a line, a span, or nothing (automatic) to its grid placement
Optional gridThe CSS grid-gap property.
It defines the gaps (gutters) between rows and columns
Optional gridThe CSS grid-row property
It specifies a grid item’s size and location within the grid row
by contributing a line, a span, or nothing (automatic) to its grid placement,
thereby specifying the inline-start and inline-end edge of its grid area.
Optional gridThe CSS grid-row-end property
It specifies a grid item’s end position within the grid row by
contributing a line, a span, or nothing (automatic) to its grid placement,
thereby specifying the inline-end edge of its grid area.
Optional gridThe CSS grid-row-gap property.
It defines the size of the gap (gutter) between an element's grid rows.
Optional gridThe CSS grid-row-start property
It specifies a grid item’s start position within the grid row by
contributing a line, a span, or nothing (automatic) to its grid placement,
thereby specifying the inline-start edge of its grid area.
Optional gridThe CSS grid-template property.
It is a shorthand property for defining grid columns, rows, and areas.
Optional gridThe CSS grid-template-areas property.
Optional gridThe CSS grid-template-columns property
It defines the line names and track sizing functions of the grid columns.
Optional gridThe CSS grid-template-rows property.
It defines the line names and track sizing functions of the grid rows.
Generated using TypeDoc
The CSS
grid-areasproperty.It specifies a grid item’s size and location within a grid by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the edges of its grid area.