text-decoration-inset

Experimental

An experimental property that allows you to adjust the position of an underline or overline, pushing it closer to or further away from the text baseline.

Quick example

span {
  text-decoration: underline;
  /* Pushes the underline 2px further down from the text */
  text-decoration-inset: 2px;
}

Quick facts

Initial value
0
Inherited
No
Applies to
all elements
Animation type
byComputedValue

Values

auto

text-decoration-inset Browser Support

Limited availability 2% global usage

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Not ready for production without a fallback.

146+
ESC