CSS设置DIV居中

<style type="text/css">
body{
text-align:center;
}

.divs{
margin:0 auto;
}
</style>

<body>
<div class="divs">CSS设置DIV居中</div>
</body>

posted @ 2018-07-13 09:24  Fairyspace  阅读(3297)  评论(0编辑  收藏  举报