• 2021-08-01

    Move one flex item to the right

    Comments

    Start a discussion

    When using flex you often use justify-content or align-items to position the items where you want them.

    To make one flex item move to the right is really simple. You can to go back to basic and use margin-left: auto;.

    Sources