CHILDREN FLEX PROPERTY

ALIGN SELF

1
2
3
4
5
6

Varying values of align-self applied to flex items

align-self: auto; // Default. It inherits the align-items value applied to parent. In this case stretch
align-self: flex-start;
align-self: flex-end;
align-self: center;
align-self: baseline;
align-self: baseline;