files/en-us/web/css/reference/values/baseline-position/index.md
The <baseline-position> {{glossary("enumerated")}} value type represents the baseline keyword values and first and last modifiers, used for the {{cssxref("align-content")}}, {{cssxref("align-items")}}, {{cssxref("align-self")}}, {{cssxref("justify-items")}} and {{cssxref("justify-self")}} properties as well as the {{cssxref("place-content")}}, {{cssxref("place-items")}}, and {{cssxref("place-self")}} shorthand properties.
The first and last values give a box a baseline alignment preference, defaulting to first if the modifier is omitted.
<baseline-position> = [ first | last ]? && baseline
The <baseline-position> enumerated value type is specified using an optional first or last modifier with the baseline value. If a box does not belong to a shared alignment context, then the fallback alignment is used. The fallback alignment is also used to align the baseline-sharing group within its {{glossary("alignment container")}}.
baseline
first baseline, as defined below.first baseline
safe self-start for self-alignment or safe start for content distribution.last baseline
safe self-end for self-alignment or safe end for content distribution.{{Specifications}}