Flexbox ===== Human CSS expects most layout to be done using flexbox, and provides the `flex` micro-attribute to control them. The micro-attribute values available include ones to control direction, wrapping, and alignment. You'll no longer need to struggle with trying to remember the names or meanings or values of properties like `align-items`. Examples of flexbox: ```html