css inline-block 水平居中

css inline-block 水平居中 给父元素添加text-align: center便可。css body { text-align: center; background-color: black; } #outer { margin: 10px auto; background-color: white;
相关文章
相关标签/搜索