使用自动边距居中
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.
body { margin:50px 0px; padding:0px; text-align:center; } #Content { width:500px; margin:0px auto; text-align:left; padding:15px; }
以上是关于使用自动边距居中的主要内容,如果未能解决你的问题,请参考以下文章