How do I make text reverse direction in HTML?

后端 未结 3 1359
小鲜肉
小鲜肉 2021-01-31 09:25

I am working on a creative website featuring silly limericks. I would like to display each line of the limerick in an alternating direction. That is, I want it in boustophedon f

3条回答
  •  梦谈多话
    2021-01-31 10:12

    You can use bdo tag like so:

    bdo[dir='rtl'] {
      color: red;
    }
    There once was a lady with pride,
    who ate fourteen green apples and died.
    Within the lamented,
    the apple fermented
    and made cider inside her insides.

提交回复
热议问题