The align-self property defines the direction of the flexible item.
Align Self
| Class | Properties |
|---|---|
| wpex-self-auto | align-self: auto; |
| wpex-self-start | align-self: flex-start; |
| wpex-self-end | align-self: flex-end; |
| wpex-self-center | align-self: center; |
| wpex-self-stretch | align-self: stretch; |