css - bootstrap How to make text press on the line?
阿神
阿神 2017-06-08 11:02:46
0
1
810
 <p>当天重点工作汇报</p>  
       <hr class="colorgraph" />
       <p class="form-group"> 
       <input type="text" name="display_name" id="display_name" class="form-control input-md" placeholder="序号一" tabindex="3" /> 
      </p>  
      <p class="form-group"> 
       <input type="text" name="display_name" id="display_name" class="form-control input-md" placeholder="序号二" tabindex="3" /> 
      </p> 

Effect

How can I center the text on the line?

阿神
阿神

闭关修行中......

reply all(1)
typecho
p{text-align:center}
hr.colorgraph{margin-top:-30px}
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!