![]() |
VOOZH | about |
This class accepts more than one value in tailwind CSS. All the properties are covered in class form. It is the alternative to the CSS text-decoration property. This class is used to βdecorateβ the content of the text. It is essentially decorating the text with different kinds of lines.
Text Decoration classes:
underline: This class is used to decorate the text with an underline.
Syntax:
<element class="underline ">...</element>Example:
Output:
π Imageline-through: This class is used to stroke the text.
Syntax:
<element class="line-through">...</element>Example:
Output:
π Imageno-underline: This class is used to remove the underline or line-through styling.
Syntax:
<element class="no-underline">...</element>Example:
Output: