Skip to main content

Text Underline Offset

Utilities for controlling the offset of a text underline.

CSS Property:text-underline-offset
Classes:6

Text Underline Offset Classes

ClassCSS
underline-offset-autotext-underline-offset: auto;
underline-offset-0text-underline-offset: 0px;
underline-offset-1text-underline-offset: 1px;
underline-offset-2text-underline-offset: 2px;
underline-offset-4text-underline-offset: 4px;
underline-offset-8text-underline-offset: 8px;

Arbitrary Values

You can use arbitrary values with square bracket notation when you need a specific value not included in the default scale.

[text-underline-offset:value]

Responsive Variants

Apply text underline offset utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:underline-offset-auto
768px+md:md:underline-offset-auto
1024px+lg:lg:underline-offset-auto
1280px+xl:xl:underline-offset-auto
1536px+2xl:2xl:underline-offset-auto