flex 教程
前言
虽然经常用flex,但是其实掌握得还不够深入,做一个可以演示flex相关属性的功能的页面做一下深入的巩固
flex-direction
flex-wrap
flex-flow
flex-flow 是flex-direction 和flex-wrap 的简写,默认值为 row nowrap
flex-flow: <flex-direction> <flex-wrap>;
虽然经常用flex,但是其实掌握得还不够深入,做一个可以演示flex相关属性的功能的页面做一下深入的巩固
flex-flow 是flex-direction 和flex-wrap 的简写,默认值为 row nowrap
flex-flow: <flex-direction> <flex-wrap>;