text-decoration-inset
ExperimentalAn 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.
Usage example
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 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+