Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

display: flex

FLEX CONTAINER
( élément parent )
display: inline-flex

flex-direction flex-wrap justify-content align-items align-content

row
Axe Principal (Main) Axe Secondaire (Cross)
row-reverse nowrap
wrap
column flex-start flex-start flex-start
wrap-reverse
column-reverse flex-end flex-end flex-end
center center center
flex-flow baseline space-between
space-between stretch space-around
space-around stretch
flex-direction + flex-wrap
FLEX ITEMS
ITEM 1 ITEM 2 ITEM 3
( élément enfant )

order 0

flex-grow 0

flex-shrink 1 flex: 0 1) auto

flex-basis auto

align-self auto ( flex-start - flex-end - center - baseline - stretch )

You might also like