| 1. |
What Is Flex Directive? |
|
Answer» flex directive on a container element is used to customize the size and position of elements. flex directive defines the way how the element is to adjust its size with RESPECT to its PARENT container and the other elements within the container.Following are the ASSIGNABLE values: multiples of 5 - 5, 10, 15 ... 100 flex directive on a container element is used to customize the size and position of elements. flex directive defines the way how the element is to adjust its size with respect to its parent container and the other elements within the container.Following are the assignable values: multiples of 5 - 5, 10, 15 ... 100 |
|