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>
body{text-align:center;}
html
<body>
<div id="center"></div>
</body>