Flexbox Items

Flexbox will line up any content inside! if you want to further break apart content in an flembox item, you can add another level of that will be containined to that element.

When the flex container is closed, we revert back to stacking.

Example: Here's a second flexbox containter nested inside an element that already has flex applied.

  • List Item #1
  • List Item #2

* that image isn't in an li tag, it's just hanging out solo in the ul.