CSS direction
Also see the full, alphabetical list of CSS properties
The CSS direction property is used in conjunction with the 'unicode-bidi' property to specify which direction the text should run (i.e. from left to right or right to left).
Also see the unicode-bidi property.
| Syntax: | direction: <value>; |
| Possible Values: |
|
| Initial Value: | ltr |
| Applies to: | All elements |
| Inherited: | Yes |
| Media: | Visual |
| Example: |
|
| Try it yourself! |
|

