Text Decoration Style
Utilities for controlling the style of text decorations.
| Class | CSS Output |
|---|---|
decoration-dashed |
|
decoration-double |
|
decoration-wavy |
|
decoration-dotted |
|
decoration-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
| text-decoration-style | MDN ↗ |
CSS Properties
text-decoration-style