This Article cover How to arrange columns with flexbox.
Below the fewline of css we can organize the columns
.flex-container { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; justify-content: space-around; }
output:
if this article help full for you please shout out in the comment box…