CSS Column Responsive

.container {
  column-width: 250px;
  column-gap: 1rem;
}

.item {
  background: #ddd;
  display: inline-block;
  width: 100%;
  margin: 0 0 1rem;
}

Penjelasan