Answers for "how to set a row to the remaining space in css grids"

CSS
7

css grid full width row

.child-item {
  grid-column: 1 / -1;
}
Posted by: Guest on October-01-2020

Code answers related to "how to set a row to the remaining space in css grids"

Browse Popular Code Answers by Language