标签:min height relative position css 最小 margin 类型 背景颜色
//背景颜色
background: red;
//高度
height: 140px;
//下外边距margin-bottom: -140px;
//规定元素的定位类型,比如,相对,绝对,固定
position: relative;
//设置段落的最小高度
min-height:100%;
标签:min height relative position css 最小 margin 类型 背景颜色
原文地址:https://www.cnblogs.com/yuxuan007/p/9951429.html