This page will go over vertical and horizonal positoning of child objects within a parent
container using justify-content and align-items.
justify-content: single item
For object positioning within the flexbox container the
justify-content: ; attribute is used. This attribute is
responsible for the functions of float, with additonal features.
justify-content: multiple items
In addition to the new center property for the justify-content
attribute, there are other positioning attributes used when multiple
objects are present within one container.
align-items
This property allows for objects to be adjusted to different positons
on the cross axis