.container {
  display: flex;
  flex-direction: row-reverse;
}
The direction of the flexible items inside the .container is set in reverse order.
by Valeri Tandilashvili
4 years ago
CSS
properties
CSS Flexbox Tutorial
2
Pro tip: use ```triple backticks around text``` to write in code fences