Skip to main content

Text Decoration Style

Utilities for controlling the style of text decorations.

CSS Property:text-decoration-style
Classes:5

Text Decoration Style Classes

ClassCSS
decoration-solidtext-decoration-style: solid;
decoration-doubletext-decoration-style: double;
decoration-dottedtext-decoration-style: dotted;
decoration-dashedtext-decoration-style: dashed;
decoration-wavytext-decoration-style: wavy;

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-style:value]

Responsive Variants

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

BreakpointPrefixExample
640px+sm:sm:decoration-solid
768px+md:md:decoration-solid
1024px+lg:lg:decoration-solid
1280px+xl:xl:decoration-solid
1536px+2xl:2xl:decoration-solid