Home | Downloads | Web Requests | Docs

Classic CSS

Made by tinyaviator

Text Decoration

By putting "textDecoration" as your property and then a value of such after, the according text decoration is applied as style. It supports double for overline and underline.

There's also italic text by putting fontStyleItalic in your classes for an element.


Example Syntax


Input

<span class="hoverTextDecorationUnderline fontStyleItalic">Hello World</span>

Output

Hello World





Previous Next