Align Items
Sets the align-self value on all direct children as a group for the element.
Class | Properties |
---|---|
wpex-items-stretch | align-items: stretch; |
wpex-items-start | align-items: flex-start; |
wpex-items-center | align-items: center; |
wpex-items-end | align-items: flex-end; |
wpex-items-baseline | align-items: baseline; |