码迷,mamicode.com
首页 > 其他好文 > 详细

div 居中

时间:2014-08-20 17:48:52      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   使用   os   io   ar   div   

div居中样式:

show_center{

  margin-left: auto;

  margin-right: auto;

  width: 1000px; //宽度根据自己需要设定

  height: 300px; //根据需要设定
  ...
}

使用样式: <div class="show_center"></div>

这里要注意一点:如果样式中加入 position:absolute; div居中的效果就没了。

div 居中,布布扣,bubuko.com

div 居中

标签:style   blog   color   使用   os   io   ar   div   

原文地址:http://www.cnblogs.com/yunp07/p/3925170.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!