How do I rotate individual letters and keep them flowing left-to-right?

前端 未结 4 1694
天涯浪人
天涯浪人 2021-01-04 12:02

I am trying to get a string with each individual letter rotated 90 degrees; however, I want to keep the \"flow\" of letters going left-to-right, not vertical. I also want to

4条回答
  •  轮回少年
    2021-01-04 12:46

    This works in latest version of chrome

    
    A B C
    
    

    only wrote the innermost span though

提交回复
热议问题