--- title: Introduction path: utils/get-started/introduction position: 1 seo_title: Introduction of the Telerik and Kendo UI Utilities seo_description: Discover the Telerik and Kendo UI Utilities that enable you to build your custom layout without writing CSS code. --- ## Introduction to CSS Utilities The Telerik and Kendo UI CSS Utilities are utility classes that allow you to build custom layouts without writing CSS. Each utility class changes the appearance of the target element by applying a specific CSS rule. For example, to round the corners of an element without writing any CSS code, add the `k-rounded-md` class to that element, and the utility will apply the corresponding rounding styles. The CSS Utilities are distributed as a standalone package and aren't included in the [Telerik and Kendo UI Themes](/themes/get-started/introduction/). To start using the CSS Utilities, follow the [installation steps](/utils/get-started/installation/). ### Advantages With the CSS Utilities, you don't need to create new semantic class names every time you add a new CSS rule to an element, and you don't need to write complex CSS code—adding the utility class to the element handles these tasks for you. The following example demonstrates the advantages of the CSS Utilities. Both approaches produce the same results and will create a grid with three equal columns but the utility classes save you time: - The conventional approach requires you to add the grid, think of a proper class name for the div, and then add the CSS code: **HTML** ```html