页脚上的文本页面

时间:2015-06-13 22:55:54

标签: html css footer

Text page over footer

我需要将文本页面放在页脚上,如附图所示。根据页面中的文本将页面长度设置为自动非常重要。

1 个答案:

答案 0 :(得分:1)

在页脚顶部添加一个负边距,并为文本设置一个z-index为2。

.footer{ margin-top: -100px;}
.text-page {position: relative; z-index: 2;}