CSS–盒子模型

盒模型主要有四个区域:

 

 

内容content

内边距padding

外边距margin

边框border

 

实现让块状元素居中

margin:auto;

margin:上 右 下 左

上下外边距合并