--- layout: default title: FlexBox Example comment: | An overview of the basic FlexBox properties styleIncludes: - ../resources/font.css - http://fonts.googleapis.com/css?family=Source+Code+Pro scriptIncludes: - ../resources/feature-detect.js style: | ---
display: flex
width: 100px height: 100px
display: flex flex-wrap: wrap
width: 100px height: 100px
display: flex
width: 100px height: 100px
flex-grow: 1 flex-shrink: 1
flex-grow: 2 flex-shrink: 2