---
title: Align Content
position: 17
seo_title: Telerik and Kendo UI Align Content Utilities
seo_description: Use the Telerik and Kendo UI Align Content Utilities to control
how the flex and grid content will be aligned along the cross axis.
---
## Align Content
The Telerik and Kendo UI Align Content Utilities are CSS classes that enable you to control how the element's children will be aligned along the cross axis.
### Stretch
Use the `k-align-content-stretch` utility to stretch the items equally within the entire container along the cross axis.
### Center
Use the `k-align-content-center` utility to align the items in the center of the container along the cross axis.
### Start
Use the `k-align-content-start` utility to align the items in the center of the container along the cross axis.
### End
Use the `k-align-content-end` utility align the items in the center of the container along the cross axis.
### Normal
Use the `k-align-content-normal` utility to align the items at their default positions when no `align-content` value is set.
### Space Between
Use the `k-align-content-between` utility to distribute the items with an equal space between them within the container along the cross axis.
### Space Around
Use the `k-align-content-around` utility to distribute the items with an equal space around them within the container along the cross axis.
### Space Evenly
Use the `k-align-content-evenly` utility to distribute items with an equal space between them within the container along the cross axis. The same space appears before the first and after the last item.