Home | Downloads | Web Requests | Docs

Classic CSS

Made by tinyaviator

Text Align

Putting the property as "textAlign" and then left, center, or right, will respectively align to such direction in its parent.


Example Syntax


Input

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

Output

Hello World





Previous Next