alignSelf
The align-self
CSS property overrides a grid or flex item's align-items
value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.
Syntax: auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>
Initial value: auto
| Chrome | Firefox | Safari | Edge | IE |
| :------: | :-----: | :-----: | :----: | :----: |
| 29 | 20 | 9 | 12 | 10 |
| 21′ | | 7′ | | |
Content copied to clipboard