Flex Direction

Set the direction for flex items.

Widely available

This feature is well established and works across many devices and browser versions.

Chrome
Edge
Firefox
Safari

fd-c
flex-direction: column;
fd-cr
flex-direction: column-reverse;
fd-r
flex-direction: row;
fd-rr
flex-direction: row-reverse;

Media Queries

Prefix a class with a breakpoint to apply it from that width up.

Pseudo Classes

Prefix a class with a state to apply it only while that state matches.