Home >Web Front-end >HTML Tutorial >Css3 内容左右上下居中_html/css_WEB-ITnose
display: box;
display: -webkit-box;
display: -moz-box;
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-box-align:center;
-moz-box-align:center;