Colonnes Flexbox 3

.parent {
  display: flex;
}

.children {
  flex-basis: calc(100%/3);
}
Rudolph Steyn