Typography

The Telerik and Kendo UI Typography Utilities allow you to control the styles applied to text.

Vertical Align

The Telerik and Kendo UI Vertical Align Utilities are CSS utility classes that enable you to control the vertical alignment of an inline box.

Utility ClassCSS Property
.k-align-baselinevertical-align: baseline;
.k-align-topvertical-align: top;
.k-align-middlevertical-align: middle;
.k-align-bottomvertical-align: bottom;
.k-align-text-topvertical-align: text-top;
.k-align-text-bottomvertical-align: text-bottom;
.k-align-subvertical-align: sub;
.k-align-supervertical-align: super;

Align Top

Use the k-align-top utility to align top of elements.

Align Bottom

Use the k-align-bottom to align bottom of elements.

Align Center

Use the k-align-center to align center of elements.

Align Baseline

Use the k-align-baseline to align baseline of elements.