How to align an indented line in a span that wraps into multiple lines?

后端 未结 7 499
不知归路
不知归路 2021-02-04 23:34

Does anyone have an idea how to align the second line?

7条回答
  •  梦谈多话
    2021-02-05 00:05

    Also you can try to use

    display:inline-block;
    

    if you would like the span element to align horizontally.

    Incase you would like to align span elements vertically, just use

     display:block;
    

提交回复
热议问题