css מאפייני flex flex-direction

✔️ flex-direction CSS Style Property

המאפיין flex-direction מגדיר את כיוון הפריטים הגמישים

דוגמא: שנה בעצמך וצפה בהבדלים

Demo Panel:
CSS:
HTML:
Syntax:

flex-direction: row | row-reverse | column | column-reverse | initial | inherit;

Valid values:
  • row, row-reverse, column, column-reverse, revert, revert-layer, unset, inherit, initial

Js Syntax: element.style.flexDirection

תאימות דפדפנים

flex-direction
הערך שנבדקChromeFirefoxEdgeCOpera
row-reverse✔️✔️✔️✔️
row✔️✔️✔️✔️
column✔️✔️✔️✔️
column-reverse✔️✔️✔️✔️
revert✔️✔️✔️✔️
revert-layer✔️✔️✔️✔️
unset✔️✔️✔️✔️
inherit✔️✔️✔️✔️
initial✔️✔️✔️✔️