Open HARSHVERDHAN84 opened 10 months ago
Both of these solutions will work:
flex-direction: row-reverse;
justify-content: flex-end;
flex-direction: row-reverse;
justify-content: start;
start
is a newer value for justify-content
that shifts all flex items to the start according to the text direction, while ignoring any reverses.
There is syntax error in justify-content value I think Correct syntax is justify-content: flex-start Not justify-content: start