Home | Downloads | Web Requests | Docs

Classic CSS

Made by tinyaviator

Color

"color" and a color with the first letter of each word in it capitalized will lead to a Classic CSS property.
For example, "colorBlue" will make the element or its children to be blue.
The available colors to use are:

Black,
White,
Gray,
Light
Gray,
Dark Gray,
Brown,
Red,
Blue,
Yellow,
Orange,
Green,
Purple,
Magenta,
Pink,
and Transparent


Example Syntax


Input

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

Output

Hello World





Previous Next