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.

span {
  text-decoration: underline;
  /* Pushes the underline 2px further down from the text */
  text-decoration-inset: 2px;
}
Initial value
0
Inherited
No
Applies to
allElements
Animation type
byComputedValue

Values

auto
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