实现方案一:margin:0 auto;
div{
height:100px;
width:100px;
background:red;
margin:0 auto;
}
查看更多关于css+div水平居中的实例代码的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did72758
实现方案一:margin:0 auto;
div{
height:100px;
width:100px;
background:red;
margin:0 auto;
}
查看更多关于css+div水平居中的实例代码的详细内容...
下一篇:js停止冒泡的实例详解