首页 > 代码库 > flex in css
flex in css
// display-flex: container: flex-flow:flex-direction || flex-wrap‘ justify-content // main axis place method - 5 values : flex-start|flex-end|center|space-between|space-around align-items // cross axis place method(all ele as one row) - 6 values : stretch(default) | flex-start | flex-end | center | space-between | space-around align-content //corss axis line place methos(per axis line as one row) 6 valus: stretch | flex-start | flex-end | center | space-between | space-around child: order: <integer> flex-grow:<number> // default value:0 it‘s mains that even container remains spare space ,the child don‘t stretch. flex-shrink:<number> // defalut value :1 auto condense flex-basis : auto ? flex: flex-grow || flex-shrink || flex-basis align-items : // default is auto,it mains inherit parent flex property - auto | flex-start | flex-end | stretch | center | baseline
flex in css
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。