--- title: Align Items position: 16 seo_title: Telerik and Kendo UI Align Items Utilities seo_description: Use the Telerik and Kendo UI Align Items Utilities to control how grid and flex items will be aligned to each other along the cross axis. --- ## Align Items The Telerik and Kendo UI Align Items Utilities are CSS utility classes that enable you to control how grid and flex items will be aligned to each other along the cross axis. ### Stretch Use the `k-align-items-stretch` utility to stretch the items in a row equally along the cross axis. ### Center Use the `k-align-items-center` utility to center the items in a row of the container along the cross axis. ### Start Use the `k-align-items-start` utility to align the items in a row to the start of the container along the cross axis. ### End Use the `k-align-items-end` utility to align the items in a row to the end of the container along the cross axis. ### Baseline Use the `k-align-items-baseline` utility to align the items in a row to the baseline of the container along the cross axis.