好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

div水平居中垂直居中_html/css_WEB-ITnose

水平居中

方案一:

使用margin:0 auto

     test      body{margin:0;padding: 10px;}    .wrap{width: 600px;height: 400px;position: absolute;border:1px solid #333;}    .box{position: relative;margin:0 auto;width:300px;height:150px;background-color: #999;text-align: center;}       

hello

查看更多关于div水平居中垂直居中_html/css_WEB-ITnose的详细内容...

  阅读:35次