CSS样式margin:0 auto不居中

<style type="text/css">
html,body{height:100%;960px;}
.container{background-color:#cccccc;960px;height:100%;margin:0 auto;}

</style>

此情况下,container不居中,去掉html,body中的960px后居中

原文地址:https://www.cnblogs.com/jiechn/p/3513157.html