Borders

The Telerik and Kendo UI Border Utilities enable you to change the border settings of an element.

Border Radius

The Telerik and Kendo UI Border Radius Utilities are a collection of CSS classes that enable you to control the border radius of an element.

Utility ClassCSS Property
.k-roundedborder-radius: 0.25rem;
.k-rounded-0border-radius: 0;
.k-rounded-smborder-radius: 0.125rem;
.k-rounded-mdborder-radius: 0.25rem;
.k-rounded-lgborder-radius: 0.5rem;
.k-rounded-fullborder-radius: 9999px;
.k-rounded-tlborder-top-left-radius: 0.25rem;
.k-rounded-tl-0border-top-left-radius: 0;
.k-rounded-tl-smborder-top-left-radius: 0.125rem;
.k-rounded-tl-mdborder-top-left-radius: 0.25rem;
.k-rounded-tl-lgborder-top-left-radius: 0.5rem;
.k-rounded-tl-fullborder-top-left-radius: 9999px;
.k-rounded-trborder-top-right-radius: 0.25rem;
.k-rounded-tr-0border-top-right-radius: 0;
.k-rounded-tr-smborder-top-right-radius: 0.125rem;
.k-rounded-tr-mdborder-top-right-radius: 0.25rem;
.k-rounded-tr-lgborder-top-right-radius: 0.5rem;
.k-rounded-tr-fullborder-top-right-radius: 9999px;
.k-rounded-brborder-bottom-right-radius: 0.25rem;
.k-rounded-br-0border-bottom-right-radius: 0;
.k-rounded-br-smborder-bottom-right-radius: 0.125rem;
.k-rounded-br-mdborder-bottom-right-radius: 0.25rem;
.k-rounded-br-lgborder-bottom-right-radius: 0.5rem;
.k-rounded-br-fullborder-bottom-right-radius: 9999px;
.k-rounded-blborder-bottom-left-radius: 0.25rem;
.k-rounded-bl-0border-bottom-left-radius: 0;
.k-rounded-bl-smborder-bottom-left-radius: 0.125rem;
.k-rounded-bl-mdborder-bottom-left-radius: 0.25rem;
.k-rounded-bl-lgborder-bottom-left-radius: 0.5rem;
.k-rounded-bl-fullborder-bottom-right-radius: 9999px;
.k-rounded-tborder-top-radius: 0.25rem;
.k-rounded-t-0border-top-radius: 0;
.k-rounded-t-smborder-top-radius: 0.125rem;
.k-rounded-t-mdborder-top-radius: 0.25rem;
.k-rounded-t-lgborder-top-radius: 0.5rem;
.k-rounded-t-fullborder-top-radius: 9999px;
.k-rounded-rborder-right-radius: 0.25rem;
.k-rounded-r-0border-right-radius: 0;
.k-rounded-r-smborder-right-radius: 0.125rem;
.k-rounded-r-mdborder-right-radius: 0.25rem;
.k-rounded-r-lgborder-right-radius: 0.5rem;
.k-rounded-r-fullborder-right-radius: 9999px;
.k-rounded-bborder-bottom-radius: 0.25rem;
.k-rounded-b-0border-bottom-radius: 0;
.k-rounded-b-smborder-bottom-radius: 0.125rem;
.k-rounded-b-mdborder-bottom-radius: 0.25rem;
.k-rounded-b-lgborder-bottom-radius: 0.5rem;
.k-rounded-b-fullborder-bottom-radius: 9999px;
.k-rounded-lborder-left-radius: 0.25rem;
.k-rounded-l-0border-left-radius: 0;
.k-rounded-l-smborder-left-radius: 0.125rem;
.k-rounded-l-mdborder-left-radius: 0.25rem;
.k-rounded-l-lgborder-left-radius: 0.5rem;
.k-rounded-l-fullborder-left-radius: 9999px;

Rounding Corners

Use the k-rounded, k-rounded-sm, k-rounded-md, k-rounded-lg, and k-rounded-full utilities to apply different border radius sizes to an element.

Applying No Rounding

Use the k-rounded-0 utility to remove the border radius of an element.

Rounding Individual Sides

Use the k-rounded-{side}, k-rounded-{side}-sm, k-rounded-{side}-md, k-rounded-{side}-lg, and k-rounded-{side}-full utilities to apply a different border radius size to a specific side of an element. Replace {side} with the desired side of the element, for example, use k-rounded-tl to change the top left side of the element.

Rounding Individual Corners

Use the k-rounded-{corner}, k-rounded-{corner}-sm, k-rounded-{corner}-md, k-rounded-{corner}-lg, and k-rounded-{corner}-full utilities to apply a different border radius size to specific corners of an element. Replace {corner} with the desired corners of the element, for example, use k-rounded-l to round the left corners of the element.