CSS相關

flex主要屬性

.Flex {
  flex-direction : row | row-reverse | column | column-reverse;
  flex-wrap : nowrap | wrap | wrap-reverse;
  flex-flow : <flex-direction> <flex-wrap>;
  justify-content : flex-start | flex-end | center | space-between | space-around;
  align-items : flex-start | flex-end | center | baseline | stretch;
  align-content : flex-start | flex-end | center | space-between | space-around | stretch;
}

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章