Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Заголовок документа</title> <style> p { writing-mode: vertical-rl; text-orientation: mixed; } </style> </head> <body> <h2>Пример свойства text-orientation</h2> <p>Lorem Ipsum - это текст-"рыба".</p> </body> </html>