CSS水平垂直居中问题

CSS水平垂直居中问题 一,内元素是行内元素 .container{ height: 300px; background: red; line-height: 300px; text-align: center; } <div class="container"> <span>this is text</span> </div> 二:内元素是块级
相关文章
相关标签/搜索