实现文字底部居中

mac2022-06-30  94

.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>

  

转载于:https://www.cnblogs.com/937522zy/p/6655283.html

相关资源:如何用CSS让文字居于div的底部
最新回复(0)