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 end Property

CSS grid-column-end Property

 

 

The grid-column-end property is used to specify how many columns an item will span or in other words, on which column-line the item will end.

 

Default Value:-

 

Its default value is auto.

 

Syntax:-

 

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

 

Further Explanation:-

 

Value Description
auto The item will span one column
span n Specifies the number of columns the item will span
column-line Specifies on which column to end the display of the item

Code Explanation

All Tutorials related to CSS Properties

All Sections related to CSS