div中嵌套div标签如何居中!

参考文档:http://www.divcss5.com/shili/s547.shtml

 

.center {
    width: 1280px;
    height: 48px;
    background-color: red;
    // 这里是div居中的关键
    margin:0 auto
  }

 

你可能感兴趣的:(CSS3)