Home | Downloads | Web Requests | Docs

Classic CSS

Made by tinyaviator

Hovers

By capitalizing the first letter of a style class and putting "hover" in front of it, you've made a hovering style class. When you hover over this element that has the hovering style class applied to, the styling applies and reverts when not hovering on the element.

THIS MAY NOT APPLY TO ALL STYLING!


Example Syntax


Input

<span class="colorRed hoverColorBlue">Hello World</span>

Output

Hello World





Previous Next