flex-flow
CSS Property:
Result:
1
2
3
4
CSS Code:
#myDiv {
width:115px;
height: 110px;
border:2px solid #cccccc;
display: flex;
flex-flow:column nowrap;
}
Click the property values above to see the result
Click the property values above to see the result