Разный синтаксис Flexbox
Final syntax | 2009 syntax | 2011 hybrid syntax |
---|---|---|
display: flex | display: box | display: flexbox |
flex-direction: row | box-orient: horizontal | box-orient: horizontal |
justify-content: flex-start | box-pack: start | box-pack: start |
align-items: flex-start | box-align: start | box-align: start |
flex: 1 | box-flex: 1 | flex: 1 |
Источник: http://dev.opera.com/articles/view/advanced-cross-browser-flexbox/
- Ссылки по теме:
- Flexbox