Last updated 3 years ago
Was this helpful?
By default, flex items are displayed in the same order they appear in your code. But what if you want to change that? Use the order property to change the ordering of your items.
.child { order: 0 /* default */ or <number> }