CSS3 垂直居中 左右居中

display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-pack: center;
-webkit-box-align: center;web

display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-pack: center;
-moz-box-align: center;it

display: -o-box;
-o-box-orient: horizontal;
-o-box-pack: center;
-o-box-align: center;webkit

display: -ms-box;
-ms-box-orient: horizontal;
-ms-box-pack: center;
-ms-box-align: center;di

display: box;
box-orient: horizontal;
box-pack: center;
box-align: center;display

相關文章
相關標籤/搜索