Computer >> Computer tutorials >  >> Programming >> CSS

CSS Flexbox Layout Module


Use the Flexbox Layout Module to design a flexible responsive layout on the web page. It includes the container, flex items, etc.

The container has the following properties

  • flex-direction
  • flex-wrap
  • flex-flow
  • justify-content
  • align-items
  • align-content