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
相關文章
相關標籤/搜索