August 2017
Beginner
298 pages
7h 4m
English
In the flexbox layout system, you declare a parent div with a CSS property display: flex, which allows you to control how you want to position its children elements.
Once you declare display: flex, the div element becomes a flexbox with two axes. The Main axis along with the content are placed with the Cross axis, which is perpendicular to the Main axis. You can use the following CSS properties in the parent flexbox to change the position of child elements (flex items):
Read now
Unlock full access