How to Right-align flex item?
Ask by Sandra Emily
Updated 06 Jun 2024
Right-align flex item
You can use the
justify-contentproperty with the valueflex-endto align flex items to the right within a flex container on the flex container.Example-
This CSS code will align flex items to the right within a flex container. You can apply the
.containerclass to the parent element that contains the flex items you want to align to the right.Example-
Output-
Also, Read: How to align content of a div to the bottom?