flex
学习mark
- 2009版本,我们称之为老版本,使用的是“display:box”或者“display:inline-box”;
- 2011版本,我们称之为混合版本,使用的是“display:flexbox”或者“display:inline-flexbox”;
- 2013版本,也就是最新语法版本,使用的是“display:flex”或者“display:inline-flex”。
图解CSS3 book
flex:http://www.w3cplus.com/css3/a-visual-guide-to-css3-flexbox-properties.html
flexbox:http://www.w3cplus.com/css3/ie10-flexbox-layout.html
flex VS box:https://zhuanlan.zhihu.com/p/29637639
http://www.w3cplus.com/css3/understanding-flexbox-everything-you-need-to-know.html