.dispflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.dispflex>div{
  margin: 10px;
}