为双方提供相同的保证金

时间:2012-07-26 09:30:17

标签: javascript jquery html css

当我在div中写一些内容时,它显示为enter image description here

但是我想让它以与enter image description here

相同的边距显示

我尝试了边距,填充和每个解决方案,但没有任何工作。所以如何实现这一点,使网页看起来不错?

1 个答案:

答案 0 :(得分:2)

你试过了吗?

text-align: justify

HTML:

<p class="info">
This is a long piece of text that doesn't make sense 
yet you are still reading it up to this point and even up 
to now and more.
</p>

CSS:

p.info { text-align: justify }