CSS Property: direction
Writing direction.
Used in conjunction with the unicode-bidi property.
Possible Values
| Value | Description |
|---|---|
ltr | Left to right. Default. |
rtl | Right to left. |
inherit | |
initial | |
unset | |
Example
p { direction: rtl; }
