How to wrap second child around a first child using Flexbox

后端 未结 2 697
暗喜
暗喜 2021-01-25 09:37

We\'re trying to get the following result using Flexbox, but cannot seem to get the line on the right to wrap around Mr. Bond:

Desired output:

<

2条回答
  •  故里飘歌
    2021-01-25 10:19

    If not using CSS is okay, you can use this solution utilizing tags. It makes use of inline elements.

    Mr. Bond We would like for this text to continue on your right hand side on the same line after your name, then continue to a new line under your name and continue the pattern until all the text is done.

提交回复
热议问题