{"id":244261,"date":"2016-08-13T09:33:53","date_gmt":"2016-08-13T16:33:53","guid":{"rendered":"http:\/\/css-tricks.com\/?page_id=244261"},"modified":"2021-07-15T09:40:42","modified_gmt":"2021-07-15T16:40:42","slug":"writing-mode","status":"publish","type":"page","link":"https:\/\/css-tricks.com\/almanac\/properties\/w\/writing-mode\/","title":{"rendered":"writing-mode"},"content":{"rendered":"\n

The writing-mode<\/code> property changes the alignment of the text so that it can be read from top to bottom or from left to right, depending on the language. For example, let\u2019s say we want to add some text that is read from top to bottom and from right to left, like this:<\/p>\n\n\n\n

.vertical-rl { writing-mode: vertical-rl; }<\/code><\/pre>\n\n\n\n