css文本缩进,左右对齐

admin
2011-07-10 / 0 评论 / 237 阅读 / 正在检测是否收录...

暂时没有发现问题。

  1. <p class="fixTxt">Our online order form allows you to order directly in the internet, saving your time and offering you convenience. Here’s how you do it.</p>  
  1. .fixTxt{   
  2.     margin-left: 5px;   
  3.     margin-right: 5px;   
  4.     letter-spacing: 1px;   
  5.     word-spacing: normal;   
  6.     line-height: 17px;   
  7.     text-indent: 30px;   
  8.     text-align: justify;   
  9. }  
0

评论 (0)

取消