CSS text justify with letter spacing

后端 未结 9 1262
时光取名叫无心
时光取名叫无心 2020-12-01 12:29

Is there a way to automatically justify words using letter spacing, each in its row, to a defined width, using CSS?

For example, \"Something like this\" would look,

9条回答
  •  萌比男神i
    2020-12-01 12:31

    Again, I know this is REALLY old, but why not just put a space between each letter and then text-align:justify? Then each letter would be regarded as a 'word' and justified accordingly

提交回复
热议问题