Google
CSS Direction Property

Description:
Specifies the direction of the flow of text and table column display.
Syntax:
direction: [value];
Possible Values:
  • ltr - (Left to Right)
  • rtl - (Right to Left)
  • inherit
Initial Value:
ltr
Applies To:
All elements
Inherited:
Yes
Media:
Visual
Example:
div {direction: rtl; unicode-bidi: embed;}