Text Decoration Style

Utilities for controlling the style of text decorations.

Class CSS Output
decoration-dashed
text-decoration-style: dashed;
}
decoration-double
text-decoration-style: double;
}
decoration-wavy
text-decoration-style: wavy;
}
decoration-dotted
text-decoration-style: dotted;
}
decoration-solid
text-decoration-style: solid;
}

decoration-dashed

text-decoration-style: dashed;

decoration-double

text-decoration-style: double;

decoration-wavy

text-decoration-style: wavy;

decoration-dotted

text-decoration-style: dotted;

decoration-solid

text-decoration-style: solid;

Reference

CSS Properties

  • text-decoration-style