Flexbox with Floats

Using Flexbox with Floats

  • Flexbox are often used together to create page structures

  • Floats can be used for the layouts with flexbox being used to vertically or horizontally align elements inside of a container

  • Flex containers can be floated

  • Flex-items cannot be floated, however content inside of a flex-item can be floated

JS Bin on jsbin.com