Issue
I intend to make vertical words using CSS here is a demo:

How can I achieve it?
Solution
p {
writing-mode: vertical-rl;
text-orientation: mixed;
}
<p>I am some cool text</p>
writing-mode: vertical-rl; text-orientation: mixed;
Answered By - MomasVII
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.