把左和右外边距设置为 auto,规定的是均等地分配可用的外边距。结果就是居中的元素:
<style> .centerrr { margin:auto; width:70%; background-color:#b0e0e6; } </style>
效果