1、父元素 text-align:center
2、子元素
.left{ float:left; } .right{ float:right; } .center{ display:inline; }