how to flex a div to the right? code example Example: flex force div right side .parent { display: flex; } .child { margin-left: auto; order: 2; }