# Day 20: order

By default, flex items are displayed in the same order they appear in your code. But what if you want to change that? No problem! Use the order property to change the ordering of your items 🔢

.child {
  order: 0 /* default */
      or <number>
}
Code Snippet of Day 20: order

More Courses