想要使父容器中的块状元素能够左右居中,那么应该给父容器设置text-align:center,而块状元素设置 margin-left:auto,margin-right:auto;

相关文章: