CSS3 Flex Box




CSS: Flex Box is a new technology to create responsive websites in CSS flex box. 
Here we can see flexbox commands in CSS, in our website designing course we will train this flex box also.

The flex container properties are:

  • display:flex ;
  • flex-direction : row / row-reverse/ column/ column-reverse ;

  • justify-content : 
    flex-start/flex-end /center/ space-around / space-between ;

  • align-items :
    flex-start/ flex-end / center;

  • flex-wrap:
    wrap / nowrap / nowrap/ wrap-reverse