Results 1 - 18 of 18

grid

The grid CSS property is a shorthand property that sets all of the explicit grid properties (grid-template-rows, grid-template-columns, and grid-template-areas), all the implicit grid properties (grid-auto-rows, grid-auto-columns, and grid-auto-flow), and the gutter properties (grid-column-gap and grid-row-gap) in a single declaration.
CSS CSS Grid CSS Property Reference

grid-area

The grid-area CSS property is a shorthand property for grid-row-start, grid-row-end, grid-column-start and grid-column-end specifying 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 edges of its grid area.
CSS CSS Grid CSS Property Reference

grid-auto-columns

The grid-auto-columns CSS property specifies the size of an implicitly-created grid column track.
CSS CSS Grid CSS Property Reference

grid-auto-flow

The grid-auto-flow CSS property controls how the auto-placement algorithm works, specifying exactly how auto-placed items get flowed into the grid.
CSS CSS Grid CSS Property Reference

grid-auto-rows

The grid-auto-rows CSS property specifies the size of an implicitly-created grid row track.
CSS CSS Grid CSS Property Reference

grid-column

The grid-column CSS property is a shorthand property for grid-column-start and grid-column-end specifying 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.
CSS CSS Grid CSS Property Reference

grid-column-end

The grid-column-end CSS property 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.
CSS CSS Grid CSS Property Reference

grid-column-gap

The grid-column-gap CSS property specifies the gutter between grid columns.
CSS CSS Grid CSS Property Reference

grid-column-start

The grid-column-start CSS property specifies a grid item’s start position within the grid column by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the block-start edge of its grid area.
CSS CSS Grid CSS Property Reference

grid-gap

The grid-gap CSS property is a shorthand property for grid-row-gap and grid-column-gap specifying the gutters between grid rows and columns.
CSS CSS Grid CSS Property Reference

grid-row

The grid-row CSS property is a shorthand property for grid-row-start and grid-row-end specifying 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.
CSS CSS Grid CSS Property Reference

grid-row-end

The grid-row-end CSS property 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.
CSS CSS Grid CSS Property Reference

grid-row-gap

The grid-row-gap CSS property specifies the gutter between grid rows.
CSS CSS Grid CSS Property Reference

grid-row-start

The grid-row-start CSS property 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.
CSS CSS Grid CSS Property Reference

grid-template

The grid-template CSS property is a shorthand property for defining grid columns, rows and areas.
CSS CSS Grid CSS Property Reference

grid-template-areas

The grid-template-areas CSS property specifies named grid areas.
CSS CSS Grid CSS Property Reference

grid-template-columns

The grid-template-columns CSS property defines the line names and track sizing functions of the grid's columns.
CSS CSS Grid CSS Property Reference

grid-template-rows

The grid-template-rows CSS property defines the line names and track sizing functions of the grid's rows.
CSS CSS Grid CSS Property Reference