使用自动边距居中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用自动边距居中相关的知识,希望对你有一定的参考价值。

Taken from bluerobot. Create a content div, set the width and the margin set to auto will align the div to the centre horizontally.
  1. body {
  2. margin:50px 0px; padding:0px;
  3. text-align:center;
  4. }
  5.  
  6. #Content {
  7. width:500px;
  8. margin:0px auto;
  9. text-align:left;
  10. padding:15px;
  11. }

以上是关于使用自动边距居中的主要内容,如果未能解决你的问题,请参考以下文章

CSS 使用自动边距进行居中

为啥边距 0 自动不居中,即使有规定的宽度?

使用自动边距居中

UL 标签未以边距居中:0 自动;样式

边距:自动;不垂直居中 div [重复]

jQuery:动画边距自动?