--- layout: single property_name: order --- Defines the order of a flexbox item. The order of the flexbox items is the one defined in the HTML code. The order is relative to the flexbox item's siblings. The final order is defined when all individual flexbox item order values are taken into account. You can use negative values. You can set a different value for each flexbox item.#order
default order: 0;order: 1;order: -1;order: 9;