footer固定在网页底部且居中,超过一屏自动撑开(最简单的CSS实现)

html { height: 100%; } body { margin: 0; padding: 0; min-height: 100%; position: relative; } #footer{ position: absolute; left: 0; right: 0; bottom: 0; color: #969696; text-align: center; }html
相关文章
相关标签/搜索