//背景颜色   

background: red;


//高度  

height: 140px;


//下外边距   

margin-bottom: -140px;


//规定元素的定位类型,比如,相对,绝对,固定   

position: relative;


//设置段落的最小高度

min-height:100%;

相关文章:

  • 2022-01-21
  • 2021-09-24
  • 2021-09-13
  • 2021-06-01
  • 2021-08-24
  • 2021-11-12
  • 2021-11-07
  • 2021-06-24
猜你喜欢
  • 2022-01-14
相关资源
相似解决方案