Grid Column End
Utilities for controlling how elements end within grid columns.
| Class | CSS Output |
|---|---|
col-end-1 |
|
col-end-7 |
|
col-end-13 |
|
col-end-auto |
|
-col-end-1 |
|
col-end-[value] |
|
col-end-1
grid-column-end: 1;
col-end-7
grid-column-end: 7;
col-end-13
grid-column-end: 13;
col-end-auto
grid-column-end: auto;
-col-end-1
grid-column-end: calc(1 * -1);
col-end-[value]
grid-column-end: [value]
Reference
| grid-column-end | MDN ↗ |
CSS Properties
grid-column-end