CSS Flex Ajouter la deuxième ligne

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
Horrible Hamerkop