The direction property specifies the text direction/writing direction.Tip: Use this property together with the unicode-bidi property to set or return whether the text should be overridden to support multiple languages in the same document.
direction: ltr|rtl|initial|inherit;
div { direction: rtl; }