CSS Direction Property
The CSS direction property sets the direction of text.
Possible Values
- ltr (Default) [Left-to-right direction]
- rtl [Right-to-left direction]
body {
direction: rtl;
}Inherited? YES!
The CSS direction property sets the direction of text.
body {
direction: rtl;
}Inherited? YES!