![]() |
VOOZH | about |
Primer CSS is a free open-source CSS framework that is built upon systems that create the foundation of the basic style elements such as spacing, typography, and color. This systematic method makes sure our patterns are steady and interoperable with every other.
Primer CSS Flexbox flex-direction is used to set the direction of the flex items in the flexbox. The direction will define in two ways column or row and these can be reversed as well. There are a few classes that can be used to set the direction of flex items which are mentioned and described below.
Primer CSS Flexbox Flex Directions Classes:
Syntax:
<div class="border d-flex flex-row"> ... </div>
Example 1: Below is examples illustrating the Primer CSS Flexbox Flex Direction using the flex-column and flex-column-reverse classes.
Output:
Example 2: The following code demonstrates the flex-row and flex-row-reverse classes.
Output:
Reference: https://primer.style/product/css-utilities/#flex-direction