Text-Underline-Position

Text-underline-position in CSS.

Syntax (text-underline-position : values;)
  • text-underline-position
  • Values: above | below
Example:

.class_name{text-underline-position : below;}

0 comments