CSS
See the Pen flex-flow by nilgi (@nilgi) on CodePen.
.ff1 { display: flex; flex-flow: row-reverse wrap; / flex-direction과 flex-wrap을 함께 쓰는 속기}