Align Self

align-self

inline

  • allows the default alignment (or the one specified by align-items) to be overridden for individual flex items.

.item {
  align-self: auto | flex-start | flex-end | center | baseline | stretch;
}

---

Live Example

JS Bin on jsbin.com