what is the equivalent of float:right in flex code example
Example: float right flex
.parent {
display: flex;
}
.child {
margin-left: auto;
order: 2;
}
.parent {
display: flex;
}
.child {
margin-left: auto;
order: 2;
}