1、横向居中、纵向居中2、纵向展示3个块级(div标签即可纵向展示)3、横向展示3个块级4、在横向块级上加上边框的两种方法法一:在父级div上加上和样式一样高的height法二:在父级div上没有加上height,需要在里面加上一句清除浮动的语句5、内边距padding-top、外边距margin-top:1px、margin-left:1px、margin-bottom:1px、margin-right(这个不用,有问题)或margin:1px 1px 1px 1px