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