Skip to main content

Text Decoration Line

Utilities for controlling the decoration of text.

CSS Property:text-decoration-line
Classes:4

Text Decoration Line Classes

ClassCSS
underlinetext-decoration-line: underline;
overlinetext-decoration-line: overline;
line-throughtext-decoration-line: line-through;
no-underlinetext-decoration-line: none;

Arbitrary Values

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

[text-decoration-line:value]

Responsive Variants

Apply text decoration line utilities at specific breakpoints using responsive prefixes.

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