CSS

If I have a div parent and three child elements. The div parent has property of display: flex; align-items: center; justify-content: space-between; and i have a free space in div parent so i want to last element child to go to the last but i try the align-self or justify-self but it's not working
1 Reply
Chris Bolson
Chris Bolson14mo ago
Try margin-left: auto; on the last element.