Exercises -webkit-box with various box-pack settings when direction is reverse. In all cases the order of letters in the boxes should be alphabetized left to right.

Start. Boxes should be aligned to left side.

B
A

Centered. Boxes should be centered.

B
A

End. Boxes should be aligned to right side.

B
A

Start, content too big. Boxes should start at left edge and extend outside border.

D
C
B
A

Center, content too big. Boxes should start at left edge and extend outside border.

D
C
B
A

End, content too big. Boxes should start at left edge and extend outside border.

D
C
B
A