I have used flex container in my application with the help of below link.I would like to make flex item as left and right side with below image format.please help how to do this. enter link description here
Asked
Active
Viewed 61 times
1 Answers
0
With each item you want to move it to right you could use property:
margin-left: auto;
Then it will move to right as your image

huykon225
- 563
- 5
- 17
-
actually,i woud like to make two flex item (left flex item and right flex item)in single container.see the attached image for your reference – Ismail Oct 27 '21 at 04:30
-
I made a demo for you https://codepen.io/huykon225/pen/vYJmrQV – huykon225 Oct 27 '21 at 04:43