float right with display flex code example Example: flex force div right side .parent { display: flex; } .child { margin-left: auto; order: 2; }