Flexbox教學
Flexbox教學
display: flex;包裹容器屬性(Parent)
flex-direction
flex-direction: row | row-reverse | column | column-reverse;flex-wrap
flex-wrap: nowrap | wrap | wrap-reverse;flex-flow
flex-flow: <‘flex-direction’> || <‘flex-wrap’>justify-content
align-items
align-content
容器內元素屬性(Children)
order
flex-grow
flex-shrink
flex-basis
flex
align-self
相關問題
相關題目:
Last updated