首页 > Web开发 > 详细

[CSS3] Using flex-direction to layout content horizontally and vertically

时间:2016-05-02 15:33:27      阅读:286      评论:0      收藏:0      [点我收藏+]

The Flexbox css spec allows for more adjustable layouts. The flex-directionproperty allows you to easily change the layout on the children of an element without making any changes to the dom, which is particularly useful when combined with media queries.

 

Idea is when greater then 599px, it will show in row layout, when it goes down under 599px, it will show in column layout.

 

[CSS3] Using flex-direction to layout content horizontally and vertically

原文:http://www.cnblogs.com/Answer1215/p/5452360.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!