0 votes
in CSS by
What do you know about CSS3 Flexbox?

1 Answer

0 votes
by

It's a flexible box in CSS, also available in CSS3. It provides proper orientation of elements in web pages, easy layout handling, and space distribution within elements in a responsive website. We can also handle the dimensions of elements by using the flexbox property. It has a few properties. They are

  1. Flex wrap: Identify whether the items should be wrapped or not.
  2. Flex Direction: Identify the direction of the container to be stacked.
  3. Flex Flow: Identify the flow direction and wrapping in one action.
  4. Justify Content: Control the content alignment.
  5. Align Items: Used to align flex items.
  6. Align Content: Used to align flex lines.

Related questions

0 votes
asked Feb 14 in CSS by DavidAnderson
0 votes
asked Feb 11 in CSS by DavidAnderson
...