FAIRE DES COLONNESDEF EXTE CSS

.exemple {
  border: 10px solid #000000;
  column-count:3;
  column-fill: auto;
}
Busy Bird