--- layout: single property_name: align-self --- Works like If the container has By default, this means it will be aligned vertically at the top. If the container has By default, this means it will be aligned vertically at the bottom. If the container has By default, this means it will be vertically centered. If the container has By default, this means it will be aligned along the basline of the text. If the container has #align-self
align-items, but applies only to a single flexbox item, instead of all of them.align-self: flex-start;align-items: center and the target has align-items: flex-start, only the target will be at the start of the cross axis.align-self: flex-end;align-items: center and the target has align-items: flex-end, only the target will be at the end of the cross axis.align-self: center;align-items: flex-start and the target has align-items: center, only the target will be at the center of the cross axis.align-self: baseline;align-items: center and the target has align-items: baseline, only the target will be at the baseline of the cross axis.align-self: stretch;align-items: center and the target has align-items: stretch, only the target will stretch along the whole cross axis.