Text-Decoration-style | CSS | CSS & HTML

Опубликовано: 04 Май 2026
на канале: R.W.Acrown
4,815
like

Here are some common values for the text-decoration-style property:

solid: This is the default value and creates a solid line for the text decoration.

dashed: This style creates a series of short dashes for the text decoration.

dotted: This style creates a series of small dots for the text decoration.

double: This style creates two parallel lines for the text decoration.

wavy: This style creates a wavy line for the text decoration.

These values can be used to create different visual effects for text decoration, allowing you to add unique styles to your text. By combining text-decoration-style with other related properties like text-decoration-color and text-decoration-line, you can achieve even more customization options for your text decorations.