HomeToolsText Decoration

Configuration

Line Type
Line Style
Thickness2px
Offset4px
Skip Ink
Font Size32px
Font Weight
Font Family
Live Preview
The quick brown fox jumps over the lazy dog.
Generated CSS
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-color: #3b82f6;
text-decoration-thickness: 2px;
text-underline-offset: 4px;
text-decoration-skip-ink: auto;
/* Shorthand (Basic Support) */
text-decoration: underline solid #3b82f6 2px;