`

css div水平居中

    博客分类:
  • css
阅读更多

css div水平居中

container 是父div

如何让container中的div相对于container水平居中呢?

 方法:

(1)父div container定宽(设置父div的宽度,当然宽度必须保证大于子div的宽度)

(2)设置父div css样式:

.container {
    width: 500px;
    margin: 0 auto;
}

 (3)子div 设置position 为relative

 

 

 

  • 大小: 269.2 KB
0
4
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics