Answers for "how to display an item on right side of the flex"

8

flex force div right side

.parent {
  display: flex;
}
.child {
  margin-left: auto;
  order: 2;
}
Posted by: Guest on April-16-2020

Code answers related to "how to display an item on right side of the flex"

Browse Popular Code Answers by Language