Answers for "flex shift items to the right"

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 "flex shift items to the right"

Browse Popular Code Answers by Language