auto

把左和右外边距设置为 auto,规定的是均等地分配可用的外边距。结果就是居中的元素:

<style>
.centerrr
{
margin:auto;
width:70%;
background-color:#b0e0e6;
}
</style>

效果

 

posted @ 2018-02-24 10:09  万里冰封  阅读(152)  评论(0编辑  收藏  举报