CSS Property:
align-content:

Result:
CSS Code:
#main {
  border: 1px solid #000000;
  display: flex;
  flex-wrap: wrap;
  align-content:stretch;
}
Click the property values above to see the result
W3Schools.com - Play it