[记录] CSS布局-绝对尾部

2017-09-10  本文已影响0人  是ADI呀

title: CSS布局-绝对尾部(Css Sticty Footer)
date: 2017年9月10日 17:49:51
tags: css
categories: 教程
author: "JiaWei"


当做一个页面时,如果页面内容很少,不足于填充一屏的窗口区域,通过Css Sticty Footer 实现页脚始终保持在页面的底部

  1. 设置padding-bottom和负margin-bottom实现


    -margin-bottom+padding-bottom.png
  1. 使用display:flex实现


    flex.png
上一篇下一篇

猜你喜欢

热点阅读