Answers for "css grid with two columns and two rows with on that strechtes both"

CSS
0

have an item span multiple columns css grid

.item {
  grid-column: 2 / span 3;
  grid-row: 1 / span 2;
}
Posted by: Guest on September-16-2020

Code answers related to "css grid with two columns and two rows with on that strechtes both"

Browse Popular Code Answers by Language