美文网首页
css 文字居上中下显示

css 文字居上中下显示

作者: 有备而来的王 | 来源:发表于2018-10-09 16:41 被阅读0次

1. <div class="fath">

    <span class="son">文字</span>

</div>

.fath{

position:reactive;

height:40px;  //垂直居中

line-height:40px; //垂直居中

}

.son{

display:block;

position:absolute;

bottom:0px;//居下

top: 0px;//居上

}

相关文章

网友评论

      本文标题:css 文字居上中下显示

      本文链接:https://www.haomeiwen.com/subject/ohhyaftx.html