

.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}

.flex-container > div {
    background-color: #f1f1f1;
}