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;//居上
}
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
网友评论