CSS direction property
Usage
Specifies the direction of text. Used with unicode-bidi
Values
- ltr - left-to-right (default)
- rtl - right-to-left
Example
Code:
#backwards {
direction: rtl;
}
Specifies the direction of text. Used with unicode-bidi
#backwards {
direction: rtl;
}