HTML5中经常使用的标签居中方式

/*#father{ width: 300px; height: 300px; background: #ccc; display: table-cell; vertical-align: middle; text-align: center; } #child{ display: inline-block; width: 50px; height: 50px; background: red;
相关文章
相关标签/搜索