Cheetsheet of CSS grid ( easy trick)

Css grid


.grid-container {
  display: grid;
  grid-column-gap: 50px;
}


 

See this 



Comments