CSS Grid-Columns Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
CSS Property Grid-Columns
Syntax
grid-columns: [value];
Possible values
- [length] | [percentage] | [relative-length]
- [length] | [percentage] | [relative-length] + [integer]
- none | inherit
Initial Value
none
Applies To
All elements
Inherited
Yes
Media
Visual, Paged
Example
.class {
grid-columns: 50% * * 4em ;
}
Loading Twitter