点击查看html编辑器说明文档

text-wrap: balanceedit icon

|
|
Fork(复制)
|
|
提交反馈
嵌入
设置
下载
HTML
格式化
支持Emmet,输入 p 后按 Tab键试试吧!
<head> ...
展开
</head>
<body>
<p>
  This is a magical season because it's like eating a spoonful of chilled watermelon in summer, so comfortable!
</p>
</body>
CSS
格式化
p {
  width: 330px;
  border: 1px solid #ccc;
  text-wrap: balance;
  text-align: center;
}
JS
格式化
预览
控制台