direction
Definition
The direction property specifies the writing direction of text (left-to-right or right-to-left). Inline elements are only affected by the direction property if the unicode-bidi property is set to embed or bidi-override.
Example
blockquote {direction: rtl}
Characteristics
Possible values
ltr- Left-to-right.
rtl- Right-to-left.
inherit- Use the same computed value as the parent element for this property.
Default value
ltr
Applies to
All elements
Inherited
Yes
See also