Consider the following html:
Text of variable length 5条回答 借酒劲吻你 (楼主) 2020-12-08 08:19 Try the following CSS: .image { position:relative; } .text { left: 0; position:absolute; text-align:center; top: 30px; width: 100% } 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Try the following CSS:
.image { position:relative; } .text { left: 0; position:absolute; text-align:center; top: 30px; width: 100% }