如何证明这个文本的合理性?
我已经尝试并搜索了几天以获得如此简单的工作……
我已经尝试并搜索了几天以获得如此简单的工作……
例如:
HTML:
<div id="justify"> <p>I just want this to justify..</p> </div>
CSS:
#justify { width: 100%; background: #D33; } #justify p { margin: 0 auto; max-width: 70%; list-style: disc outside none; text-align: justify; display: list-item; background: #ccc; }
这里是JSFiddle:
任何帮助将非常感激.