Hi,
I’d like to add Japanese text to a website that is styled vertical (top to bottom) and right to left.
I tried using the CSS code:
p {
writing-mode: vertical-rl;
text-orientation: upright;
}
One problem was that the text would move when scrolling the page.
Appreciate your help.