Text Decoration

Add underline, overline, or line-through to text.

Controls

Text Decoration

Live Preview

The quick brown fox jumps over the lazy dog. Typography is the art of beautiful text.

Generated Code

.element {
  text-decoration: underline;
}