CSS Property:

flex-flow

Result:

1
2
3
4

CSS Code:

#myDiv {
                
width:115px;
height: 110px;
border:2px solid #cccccc;
display: flex;
}
Click the property values above to see the result
W3Docs.com-Play it
Do you find this helpful?