主页
CSS 参考手册
CSS overflow-wrap 属性
trycss3_overflow-wrap
运行 ❯
×
更改方向
保存代码
更改主题
The overflow-wrap Property
overflow-wrap: normal (default):
This div contains a very long word: thisisaveryveryveryveryveryverylongword. The long word will not break and wrap to the next line.
overflow-wrap: break-word:
This div contains a very long word: thisisaveryveryveryveryveryverylongword. The long word will break and wrap to the next line.
overflow-wrap: anywhere:
This div contains a very long word: thisisaveryveryveryveryveryverylongword. The long word will break and wrap to the next line.