CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

CSS grid column start Property

CSS grid-column-start Property

 

 

The grid-column-start property is used to specify on which column-line the item will start.

 

Default Value:-

 

Its default value is auto.

 

Syntax:-

 

Its syntax is:- grid-column-start: auto | span n | column-line;

 

Further Explanation:-

 

Value Description
auto The item will be placed following the flow
span n Specifies the number of columns the item will span
column-line Specifies on which column to start the display of the item

Code Explanation

All Tutorials related to CSS Properties

All Sections related to CSS