grid-column

Term side of the Card
Topic: Grids
Unit title: grid-column
Categories: Property
Explanation side of the Card

Explanation: The shorthand property that specifies the starting and ending points of a grid item across the columns in a grid layout. It combines `grid-column-start` and `grid-column-end` properties into one declaration, enabling to control how many columns an item spans.

Browser compatibility:
  • The chrome browser supports this feature starting from version 57
  • The edge browser supports this feature starting from version 16
  • The firefox browser supports this feature starting from version 52
  • The safari browser supports this feature starting from version 10.1
Availability: