div居中:
.center {margin-left:auto; margin-right:auto;}
text居中:
.center {margin-left:auto; margin-right:auto;}
text居中:
body{text-align:center;}
html
<body>
<div id="center"></div>
</body>
本文介绍了如何使用CSS实现div和text的居中显示。对于div元素,可以通过设置左右margin为auto来达到水平居中的效果;而对于文本内容,则可以通过将body元素的text-align属性设置为center来实现整体居中。
body{text-align:center;}
html
<body>
<div id="center"></div>
</body>
3万+
3万+

被折叠的 条评论
为什么被折叠?