如果是需要DIV在页面或所在的父级容器中居中,你可以参考尝试以下代码 <style> .a { width:200px; height:150px; background:#333; margin:20px auto; //水平外边距自动,达到居中目的 </style> <div class="a"> </div>
如果是需要DIV在页面或所在的父级容器中居中,你可以参考尝试以下代码 <style> .a { width:200px; height:150px; background:#333; margin:20px auto; //水平外边距自动,达到居中目的 </style> <div class="a"> </div>