标签: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居中的效果就没了。
标签:style blog color 使用 os io ar div
原文地址:http://www.cnblogs.com/yunp07/p/3925170.html