flex布局 第3页
如何用css实现footer固定底部-创客网

如何用css实现footer固定底部

使用Flexbox可使footer固定在页面底部。首先设置html和body高度为100%,容器使用flex布局,主内容区域flex:1撑开,footer自然置于底部;或用绝对定位,容器min-height:100vh,footer设为positio...
消失的彩虹的头像-创客网消失的彩虹5个月前
0505