Lucia
0
Q:

flow direction in css

//The flex-direction property specifies the direction of the flexible items.
//Note: If the element is not a flexible item, the flex-direction property has no effect.
div {
  display: flex;
  flex-direction: row-reverse;
}
1

New to Communities?

Join the community