实现文字底部居中
Posted Je vous
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了实现文字底部居中相关的知识,希望对你有一定的参考价值。
.txt{ height:300px; width:300px; border:1px solid #333333; text-align:center; position:relative } .txt p{ position:absolute; bottom:0px; padding:0px; margin:0px }
<div class="txt"> <p>我是来靠底部的。。。。。。</p> </div>
以上是关于实现文字底部居中的主要内容,如果未能解决你的问题,请参考以下文章