站内搜索

Css3 内容左右上下居中_html/css_WEB

display: box;
display: -webkit-box;
display: -moz-box;
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-box-align:center;
-moz-box-align:center;
  • 上一篇:Css3之基础
  • 下一篇:CSS父子DIV绝对定位和相对定位的位置关系是怎样的?_html/css_WEB