把左和右外边距设置为 auto,规定的是均等地分配可用的外边距。结果就是居中的元素:
<style> .centerrr { margin:auto; width:70%; background-color:#b0e0e6; } </style>
效果
标签:body center info gpo http 外边距 back 结果 分配
把左和右外边距设置为 auto,规定的是均等地分配可用的外边距。结果就是居中的元素:
<style> .centerrr { margin:auto; width:70%; background-color:#b0e0e6; } </style>
效果
标签:body center info gpo http 外边距 back 结果 分配
原文地址:https://www.cnblogs.com/wanlibingfeng/p/8464277.html