How to use text-wrap css property
So I used overflow-wrap and word-wrap to wrap my text in a div. But in smaller devices words are getting broken down. So I found out about text-wrap, but I don't know how to use it. I tried it out like this.
But it is showing Unknown property: 'text-wrap'. What am I doing wrong?
Here is the link to the docs - https://developer.chrome.com/blog/css-text-wrap-balance/
But it is showing Unknown property: 'text-wrap'. What am I doing wrong?
Here is the link to the docs - https://developer.chrome.com/blog/css-text-wrap-balance/
Chrome Developers
A classic typography technique of hand-authoring line breaks for balanced text blocks, comes to CSS.

