---
title: Justify Items
position: 22
seo_title: Telerik and Kendo UI Justify Items Utilities
seo_description: Use the Telerik and Kendo UI Justify Items Utilities to control how the grid and flex items will be aligned to each other along both axes.
---
## Justify Items
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 both axes.
### Stretch
Use the `k-place-items-stretch` utility to stretch the items in rows and columns equally along both axes.
### Center
Use the `k-place-items-center` utility to center the items in rows and columns withing the container along both axes.
### Start
Use the `k-place-items-start` utility to align the items in rows and columns to the start of the container along both axes.
### End
Use the `k-place-items-end` utility to align the items in rows and columns to the end of the container along both axes.