The grid-column-end, and grid-row-end Property # 03













.item1 {
  grid-column-end: span 3;
}
Or, 
.item1 {
  grid-column-end: 3;
}
Or, 
.item1 {
  grid-column-end: -1;
}
Or, 
.item1 {
  grid-column-end: auto;
}

The grid-row-end Property:

Previous PostNext Post

Post a Comment

Previous Post Next Post