HTML Dog
Skip to navigation

CSS Property: direction

Writing direction.

Used in conjunction with the unicode-bidi property.

Possible Values

ValueDescription
ltrLeft to right. Default.
rtlRight to left.
inherit
initial
unset

Example


p { direction: rtl; }

Browser support