HTML5 APPLICATIONS DEVELOPMENT MANUAL

(lu) #1

Child1


Child2


Child3





To reverse the order of the child boxes, change each of the flex-


direction column values to column-reverse:


display: -webkit-flex;
display: flex;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse;
Free download pdf