Limiting the number of characters per line with CSS

后端 未结 7 1231
感情败类
感情败类 2020-12-13 18:38

I have a paragraph of text:

Lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum

7条回答
  •  执笔经年
    2020-12-13 19:42

    That's not possible with CSS, you will have to use the Javascript for that. Although you can set the width of the p to as much as 30 characters and next letters will automatically come down but again this won't be that accurate and will vary if the characters are in capital.

提交回复
热议问题