W3docs

flex-wrap

CSS Property:

Result:

1
2
3

CSS Code:

#myDiv {
width:100px;
height: 100px;
border:2px solid #cccccc;
display: flex;
flex-wrap:nowrap;
}

Click the property values above to see the result