Align an item in center and other in right with Flexbox [duplicate]
问题 This question already has answers here : Center and right align flexbox elements (7 answers) Closed 2 years ago . I want to align an item in center and other in right using flexbox like the example bellow. +-------------------------+ | | | | || | +----+ +----+| | | | | | | +-------------------------+ Here is my code on plunker (Updated with solution): http://plnkr.co/edit/kYYIOIFQaEMHgvZCKMkf?p=preview 回答1: Basically, you can't really do that with flexbox using the basic alignment options (at