Last updated 3 years ago
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> }